diff options
| author | Nick Lewis <nick@puppetlabs.com> | 2010-12-16 10:36:55 -0800 |
|---|---|---|
| committer | Nick Lewis <nick@puppetlabs.com> | 2010-12-16 10:36:55 -0800 |
| commit | 52ca8c78c270b93ce997217900a3d333ad8154cc (patch) | |
| tree | 56f0e4eb1798d0b8a1f5c37bae8ff2cf34171d85 /test/lib | |
| parent | af6e08c0a59db951502d0cf8c0ca24f5001e92f1 (diff) | |
| parent | 167e84d39d5cdd6b628d4d681b918406e7c896e6 (diff) | |
| download | puppet-52ca8c78c270b93ce997217900a3d333ad8154cc.tar.gz puppet-52ca8c78c270b93ce997217900a3d333ad8154cc.tar.xz puppet-52ca8c78c270b93ce997217900a3d333ad8154cc.zip | |
Merge branch '2.6.next' into 2.6.x
Diffstat (limited to 'test/lib')
| -rw-r--r-- | test/lib/puppettest/support/utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest/support/utils.rb b/test/lib/puppettest/support/utils.rb index e022f123c..bca5d9634 100644 --- a/test/lib/puppettest/support/utils.rb +++ b/test/lib/puppettest/support/utils.rb @@ -92,7 +92,7 @@ module PuppetTest::Support::Utils method = type trans.send(method) - newevents = trans.events.reject { |e| e.status == 'failure' }.collect { |e| + newevents = trans.events.reject { |e| ['failure', 'audit'].include? e.status }.collect { |e| e.name } |
