From d0e90d71bdc9b7431a7ecc70ad920414324b365a Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Fri, 16 Dec 2011 18:09:09 -0800 Subject: [PATCH] syslog checking: forgot a pipe --- teuthology/task/internal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 5728c68a6b..adae7fd598 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -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', -- 2.39.5