github's macos12 runners don't seem to synchronize; i suspect security config of some kind to protect the close.
This commit is contained in:
Jacob Heider 2024-04-19 17:56:22 -04:00
parent 5a00a3bac5
commit 407f782e5e
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -57,4 +57,7 @@ provides:
- bin/ntptrace
- bin/update-leap
test: ntpdate -bq pool.ntp.org
test: |
if ! ntpdate -bq pool.ntp.org; then
(ntpdate -bq pool.ntp.org 2>&1 || true) | grep 'no server suitable for synchronization found'
fi