diff options
Diffstat (limited to 'test/executables')
| -rwxr-xr-x | test/executables/puppetd.rb | 1 |
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] |
