diff --git a/test/simulation/test.common b/test/simulation/test.common index 1097c49..15745fd 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