diff --git a/tests/test_ntp.py b/tests/test_ntp.py index f473be11cde324c5424b771bc5b461e8e62a797a..6b9824739c4ada58edd6d30f747a6286407a4179 100755 --- a/tests/test_ntp.py +++ b/tests/test_ntp.py @@ -32,7 +32,7 @@ if os.path.isfile('../utils.py'): print('Expected NTP server %s not found in /etc/ntp.conf, found %s instead' % (NTP_SERVER, servers)) sys.exit(1) else: - print('Expected NTP server found in configuration') + print('Expected NTP server %s found in configuration (total servers: %s)' % (NTP_SERVER, len(servers))) else: print('Could not find envsetup conf file or not running from expected location') sys.exit(1)