summaryrefslogtreecommitdiffstats
path: root/test/executables/tc_puppetd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/executables/tc_puppetd.rb')
-rwxr-xr-xtest/executables/tc_puppetd.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/executables/tc_puppetd.rb b/test/executables/tc_puppetd.rb
index e7a55b480..72cf1f031 100755
--- a/test/executables/tc_puppetd.rb
+++ b/test/executables/tc_puppetd.rb
@@ -36,7 +36,7 @@ class TestPuppetDExe < Test::Unit::TestCase
cmd = "puppetd"
cmd += " --verbose"
- cmd += " --fqdn %s" % fqdn
+ #cmd += " --fqdn %s" % fqdn
cmd += " --port %s" % @@port
cmd += " --ssldir %s" % Puppet[:ssldir]
cmd += " --server localhost"
@@ -44,11 +44,10 @@ class TestPuppetDExe < Test::Unit::TestCase
# and verify our daemon runs
assert_nothing_raised {
output = %x{#{cmd}}.chomp
+ puts output
}
sleep 1
assert($? == 0, "Puppetd exited with code %s" % $?)
- #puts output
- #assert_equal("", output, "Puppetd produced output %s" % output)
assert(FileTest.exists?(@createdfile),
"Failed to create config'ed file")