From b45d864f735b13144189d50b842f304b48c1440a Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 11 Oct 2017 17:10:04 +0200 Subject: [PATCH] test: check for maxchange message in check_chronyd_exit() --- test/simulation/test.common | 1 + 1 file changed, 1 insertion(+) diff --git a/test/simulation/test.common b/test/simulation/test.common index 2c28e89..b9b3b49 100644 --- a/test/simulation/test.common +++ b/test/simulation/test.common @@ -251,6 +251,7 @@ check_chronyd_exit() { test_message 3 0 "node $i:" tail -n 1 tmp/log.$i | grep -q 'chronyd exiting' && \ + ! grep -q 'Adjustment.*exceeds.*exiting' tmp/log.$i && \ test_ok || test_bad [ $? -eq 0 ] || ret=1 done