summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNick Lewis <nick@puppetlabs.com>2011-04-13 14:25:41 -0700
committerNick Lewis <nick@puppetlabs.com>2011-04-13 15:40:58 -0700
commitfc36e8de8cdf32ae13b9241f9a9eef4c2727056e (patch)
tree3c977fddfcfe7dd074682d62d44e919f450c3769 /test
parenta688461100150d3f4e102e669ece839f8571e14c (diff)
downloadpuppet-fc36e8de8cdf32ae13b9241f9a9eef4c2727056e.tar.gz
puppet-fc36e8de8cdf32ae13b9241f9a9eef4c2727056e.tar.xz
puppet-fc36e8de8cdf32ae13b9241f9a9eef4c2727056e.zip
(#6928) Remove --parseonly
This has been removed in favor of 'puppet parser validate <manifest>'. Paired-With: Jesse Wolfe
Diffstat (limited to 'test')
-rwxr-xr-xtest/language/parser.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/language/parser.rb b/test/language/parser.rb
index 36a9c4787..f7e636add 100755
--- a/test/language/parser.rb
+++ b/test/language/parser.rb
@@ -14,7 +14,6 @@ class TestParser < Test::Unit::TestCase
include PuppetTest::Support::Utils
def setup
super
- Puppet[:parseonly] = true
#@lexer = Puppet::Parser::Lexer.new
end