summaryrefslogtreecommitdiffstats
path: root/test/server
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-22 03:54:30 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-11-22 03:54:30 +0000
commitf815654363f5a9c8a6915637fd77e36fb47eb515 (patch)
tree97de63b7eba6d8b60a75aeeb6f5824575e712dbd /test/server
parent50821328ec637a4ec0feb822b86e208b04baae68 (diff)
updates
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@747 980ebf18-57e1-0310-9a29-db15c13687c0
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