mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:45:07 -05:00
test: check logs for assertion failures
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user