diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-17 23:16:37 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-17 23:16:37 +0000 |
| commit | 4a6d705bc086540e7d569c88f0130ad599bed5b1 (patch) | |
| tree | 8910a4a210a8699ef7c2d307a0e4b5257eb20222 /test/lib | |
| parent | 8387d48a42e8893bbf71278ee807e12204027aaf (diff) | |
| download | puppet-4a6d705bc086540e7d569c88f0130ad599bed5b1.tar.gz puppet-4a6d705bc086540e7d569c88f0130ad599bed5b1.tar.xz puppet-4a6d705bc086540e7d569c88f0130ad599bed5b1.zip | |
Fixing #542. Transactions now cause services to warn when they would have gotten restarted by a noop resource. Also fixing #549 -- transactions now only refuse to delete required resources if they are being purged. All other resources can be deleted just fine.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2286 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/lib')
| -rwxr-xr-x | test/lib/puppettest.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest.rb b/test/lib/puppettest.rb index 1fa18c3b6..6f543292a 100755 --- a/test/lib/puppettest.rb +++ b/test/lib/puppettest.rb @@ -163,10 +163,10 @@ module PuppetTest if defined? $console Puppet.info @method_name Puppet::Util::Log.newdestination(:console) + Puppet[:trace] = true end Puppet::Util::Log.level = :debug #$VERBOSE = 1 - Puppet[:trace] = true else Puppet::Util::Log.close Puppet::Util::Log.newdestination(@logs) |
