[Git][NTPsec/ntpsec][master] Update paths to programs for bin_test task

Eric S. Raymond gitlab at mg.gitlab.com
Mon Dec 12 16:38:08 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
158deef2 by Matt Selsky at 2016-12-12T09:16:08-05:00
Update paths to programs for bin_test task

- - - - -


1 changed file:

- wafhelpers/bin_test.py


Changes:

=====================================
wafhelpers/bin_test.py
=====================================
--- a/wafhelpers/bin_test.py
+++ b/wafhelpers/bin_test.py
@@ -6,11 +6,11 @@ from waflib.Logs import pprint
 
 cmd_map = {
         ("main/ntpd/ntpd",              "-invalid"):        br'.*must be run as root, not uid.*',
-        ("main/ntpdig/ntpdig",          "time.apple.com"):  br'.*time.apple.com.*',
+        ("main/ntpclients/ntpdig",      "time.apple.com"):  br'.*time.apple.com.*',
         ("main/ntpfrob/ntpfrob",        "-h"):              br'.*illegal option.*',
         ("main/ntpfrob/ntpfrob",        "-b 100000"):       br".*Bumping clock by 100000 microseconds.*",
-        ("main/ntpkeygen/ntpkeygen",    "-M"):              br'.*Generating new md5 file and link.*',
-        ("main/ntpq/ntpq",              "-p"):              br'.*remote.*jitter.*',
+        ("main/ntpclients/ntpkeygen",   "-M"):              br'.*Generating new md5 file and link.*',
+        ("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.*',
 
@@ -18,9 +18,9 @@ cmd_map = {
 #       ("main/attic/hist",                        ""):                                  br'',
 
 # Perl library
-#       ("main/ntptrace/ntptrace",        ""):                                  br'',
-#       ("main/ntpwait/ntpwait",                  ""):                                  br'',
-#       ("main/ntpsweep/ntpsweep",   ""):                      br'',
+#       ("main/ntpclients/ntptrace",        ""):                                  br'',
+#       ("main/ntpclients/ntpwait",                  ""):                                  br'',
+#       ("main/ntpclients/ntpsweep",   ""):                      br'',
 }
 
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/158deef21cf0b7b5ab44680ee1ea4496621fce11
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161212/5e4d8b87/attachment.html>


More information about the vc mailing list