summaryrefslogtreecommitdiffstats
path: root/test/executables/puppetmasterd.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-10-26 04:44:25 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-10-26 04:44:25 +0000
commit0ae5e3392597452acf6a2e9f0d4ac976b8ec9846 (patch)
treee2307bce0ffacb9bf8ed54b0ebe84632b51fd9b8 /test/executables/puppetmasterd.rb
parent0d3db7984fd40769cbb29cde76e081cb06204710 (diff)
downloadpuppet-0ae5e3392597452acf6a2e9f0d4ac976b8ec9846.tar.gz
puppet-0ae5e3392597452acf6a2e9f0d4ac976b8ec9846.tar.xz
puppet-0ae5e3392597452acf6a2e9f0d4ac976b8ec9846.zip
Adding logging methods to all Puppet::Element instances, and converting all instance log statements to use those methods. Additionally modified logging to take advantage of this by including the path of the logging object in the output. Logs will still need some cleanup to avoid duplicate information.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@731 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/executables/puppetmasterd.rb')
-rwxr-xr-xtest/executables/puppetmasterd.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/executables/puppetmasterd.rb b/test/executables/puppetmasterd.rb
index 7051f02a7..6b67e5e37 100755
--- a/test/executables/puppetmasterd.rb
+++ b/test/executables/puppetmasterd.rb
@@ -81,6 +81,7 @@ class TestPuppetMasterD < Test::Unit::TestCase
assert_instance_of(Puppet::TransBucket, retval,
"Retrieved non-transportable object")
stopmasterd
+ sleep(1)
end
# verify that we can run puppetmasterd in parse-only mode