summaryrefslogtreecommitdiffstats
path: root/test/executables
diff options
context:
space:
mode:
Diffstat (limited to 'test/executables')
-rwxr-xr-xtest/executables/puppetd.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/executables/puppetd.rb b/test/executables/puppetd.rb
index 68b9b5f08..90733ed19 100755
--- a/test/executables/puppetd.rb
+++ b/test/executables/puppetd.rb
@@ -25,6 +25,7 @@ class TestPuppetDExe < Test::Unit::TestCase
cmd = "puppetd"
cmd += " --verbose"
+ cmd += " --onetime"
#cmd += " --fqdn %s" % fqdn
cmd += " --port %s" % @@port
cmd += " --confdir %s" % Puppet[:puppetconf]