syslog checking: forgot a pipe

This commit is contained in:
Josh Durgin 2011-12-16 18:09:09 -08:00
parent 7eec30946d
commit d0e90d71bd

View File

@ -365,6 +365,7 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat
run.Raw('/tmp/cephtest/archive/syslog/*.log'),
run.Raw('|'),
'grep', '-v', 'task .* blocked for more than .* seconds',
run.Raw('|'),
'grep', '-v', 'lockdep is turned off',
run.Raw('|'),
'head', '-n', '1',