diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-19 15:43:19 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-04-19 15:43:19 +0000 |
| commit | 6f660118b9c05e2413a9fa29574591c582f9458c (patch) | |
| tree | ec28587349e6b4aaad2edf9965208f7b12358a16 /test | |
| parent | d2634baa0ec8dc00170bd54bea25f526c8a7ed97 (diff) | |
Fixin #102. The syslog name is now either the name if the process (if that name includes "puppet" in it) or "puppet-" and the name of the process. Also removing the "alert" test messages, since they result in a wall.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1118 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
| -rw-r--r-- | test/other/log.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/other/log.rb b/test/other/log.rb index a138b198b..7555b9cb6 100644 --- a/test/other/log.rb +++ b/test/other/log.rb @@ -37,6 +37,7 @@ class TestLog < Test::Unit::TestCase def mkmsgs(levels) levels.collect { |level| + next if level == :alert assert_nothing_raised() { Puppet::Log.new( :level => level, |
