summaryrefslogtreecommitdiffstats
path: root/test/lib/rake
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-02-01 05:57:25 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-02-01 05:57:25 +0000
commit69a07b1d856efaba9bba8c9cccc8a4f11efcbfdd (patch)
tree470feb3593ed52b0a6edb03195b0e96986444794 /test/lib/rake
parent42d15feb3c74e1cae6c70dcd3ea895796f0a8e7b (diff)
downloadpuppet-69a07b1d856efaba9bba8c9cccc8a4f11efcbfdd.tar.gz
puppet-69a07b1d856efaba9bba8c9cccc8a4f11efcbfdd.tar.xz
puppet-69a07b1d856efaba9bba8c9cccc8a4f11efcbfdd.zip
The resolve functionality in "test" is almost working...
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2149 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/lib/rake')
-rw-r--r--test/lib/rake/puppet_test_loader.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/rake/puppet_test_loader.rb b/test/lib/rake/puppet_test_loader.rb
index 83531c677..a85cc8e6b 100644
--- a/test/lib/rake/puppet_test_loader.rb
+++ b/test/lib/rake/puppet_test_loader.rb
@@ -5,8 +5,6 @@ require 'puppettest'
args = PuppetTest.munge_argv
-p $puppet_debug
-
args.each { |f| require f unless f =~ /^-/ }
runner = Test::Unit::AutoRunner.new(false)