test: check logs for assertion failures
This commit is contained in:
parent
a3fda9f992
commit
bf92314dc4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue