mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 13:55:06 -05:00
test: check for maxchange message in check_chronyd_exit()
This commit is contained in:
@@ -251,6 +251,7 @@ check_chronyd_exit() {
|
|||||||
test_message 3 0 "node $i:"
|
test_message 3 0 "node $i:"
|
||||||
|
|
||||||
tail -n 1 tmp/log.$i | grep -q 'chronyd exiting' && \
|
tail -n 1 tmp/log.$i | grep -q 'chronyd exiting' && \
|
||||||
|
! grep -q 'Adjustment.*exceeds.*exiting' tmp/log.$i && \
|
||||||
test_ok || test_bad
|
test_ok || test_bad
|
||||||
[ $? -eq 0 ] || ret=1
|
[ $? -eq 0 ] || ret=1
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user