summaryrefslogtreecommitdiffstats
path: root/test/server
diff options
context:
space:
mode:
Diffstat (limited to 'test/server')
-rw-r--r--test/server/ca.rb2
-rw-r--r--test/server/master.rb2
-rw-r--r--test/server/server.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/server/ca.rb b/test/server/ca.rb
index b48cb42c7..99b79fea2 100644
--- a/test/server/ca.rb
+++ b/test/server/ca.rb
@@ -23,7 +23,7 @@ class TestCA < Test::Unit::TestCase
include ServerTest
def teardown
super
- print "\n\n" if Puppet[:debug]
+ #print "\n\n" if Puppet[:debug]
end
# Verify that we're autosigning. We have to autosign a "different" machine,
diff --git a/test/server/master.rb b/test/server/master.rb
index df5d092d7..f7b91fa9c 100644
--- a/test/server/master.rb
+++ b/test/server/master.rb
@@ -18,7 +18,7 @@ class TestMaster < Test::Unit::TestCase
include ServerTest
def teardown
super
- print "\n\n\n\n" if Puppet[:debug]
+ #print "\n\n\n\n" if Puppet[:debug]
end
# run through all of the existing test files and make sure everything
diff --git a/test/server/server.rb b/test/server/server.rb
index aa75b1422..be9923b40 100644
--- a/test/server/server.rb
+++ b/test/server/server.rb
@@ -25,7 +25,7 @@ class TestServer < Test::Unit::TestCase
include ServerTest
def teardown
super
- print "\n\n\n\n" if Puppet[:debug]
+ #print "\n\n\n\n" if Puppet[:debug]
end
# test that we can connect to the server