From: Miroslav Lichvar Date: Thu, 21 May 2020 09:45:38 +0000 (+0200) Subject: test: check logs for assertion failures X-Git-Tag: 4.0-pre3~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf92314dc4edded4b559c6094f743627359ab206;p=thirdparty%2Fchrony.git test: check logs for assertion failures --- diff --git a/test/simulation/test.common b/test/simulation/test.common index 1097c497..15745fdd 100644 --- a/test/simulation/test.common +++ b/test/simulation/test.common @@ -276,6 +276,7 @@ check_chronyd_exit() { grep -q 'chronyd exiting' tmp/log.$i && \ ! grep -q 'Adjustment.*exceeds.*exiting' tmp/log.$i && \ + ! grep -q 'Assertion.*failed' tmp/log.$i && \ test_ok || test_bad [ $? -eq 0 ] || ret=1 done