[Git][NTPsec/ntpsec][master] bugfix for #497 (rev 3)
Matt Selsky
gitlab at mg.gitlab.com
Sun Aug 19 04:33:48 UTC 2018
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
4e29f1fa by James T. Browning at 2018-08-18T20:15:20Z
bugfix for #497 (rev 3)
- - - - -
1 changed file:
- wafhelpers/bin_test.py
Changes:
=====================================
wafhelpers/bin_test.py
=====================================
@@ -7,15 +7,15 @@ from waflib.Logs import pprint
cmd_map = {
("main/ntpd/ntpd", "-invalid"): br'.*must be run as root, not uid.*',
("main/ntpclients/ntpdig", "time.apple.com"): br'.*time.apple.com.*',
- ("main/ntpfrob/ntpfrob", "-h"): br'.*illegal option.*',
+ ("main/ntpfrob/ntpfrob", "-h"): br'usage:',
("main/ntpfrob/ntpfrob", "-b 100000"):
- br".*Bumping clock by 100000 microseconds.*",
- ("main/ntpclients/ntpkeygen", "-M"):
- br'.*Generating new md5 file and link.*',
+ br"Bumping clock by 100000 microseconds",
+ ("main/ntpclients/ntpkeygen", None):
+ br'Generating new ',
("main/ntpclients/ntpq", "-p"): br'.*remote.*jitter.*',
("main/ntptime/ntptime", None):
- br'.*ntp_gettime\(\) returns code 0 \(OK\).*',
- ("main/attic/sht", "2:r"): br'.*reader.*',
+ br'ntp_gettime\(\) returns code 0 \(OK\)',
+ ("main/attic/sht", "2:r"): br'reader',
# Perl library
# ("main/ntpclients/ntptrace", ""): br'',
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/4e29f1fa764fee2a5dcc0895fc250d055f2f22d4
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/4e29f1fa764fee2a5dcc0895fc250d055f2f22d4
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180819/e904a935/attachment.html>
More information about the vc
mailing list