mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 17:55:06 -05:00
test: fix packet interval check
This commit is contained in:
@@ -19,9 +19,9 @@ allow 192.168.124.0/24"
|
||||
do
|
||||
run_test || test_fail
|
||||
check_chronyd_exit || test_fail
|
||||
check_packet_interval || test_fail
|
||||
# These checks are expected to fail
|
||||
check_source_selection && test_fail
|
||||
check_packet_interval && test_fail
|
||||
check_sync && test_fail
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user