[Git][NTPsec/ntpsec][master] Repair the option tester.
Eric S. Raymond
gitlab at mg.gitlab.com
Tue Sep 26 11:24:09 UTC 2017
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
2872d6e9 by Eric S. Raymond at 2017-09-26T07:23:54-04:00
Repair the option tester.
- - - - -
1 changed file:
- tests/option-tester.sh
Changes:
=====================================
tests/option-tester.sh
=====================================
--- a/tests/option-tester.sh
+++ b/tests/option-tester.sh
@@ -37,11 +37,11 @@ doit ()
./$DIR/main/ntpd/ntpd --version | tee -a $DIR/test.log
cd ntpclients
echo -n "VERSION: " | tee -a ../$DIR/test.log
- ./ntpq --version | tee -a ../$DIR/test.log
+ ./$DIR/main/ntpclients/ntpq --version | tee -a ../$DIR/test.log
echo -n "VERSION: " | tee -a ../$DIR/test.log
- ./ntpdig --version | tee -a ../$DIR/test.log
+ ./$DIR/main/ntpclients/ntpdig --version | tee -a ../$DIR/test.log
echo -n "VERSION: " | tee -a ../$DIR/test.log
- ./ntpmon --version | tee -a ../$DIR/test.log
+ ./$DIR/main/ntpclients/ntpmon --version | tee -a ../$DIR/test.log
cd ..
fi
echo
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2872d6e906c216e3bb039d7499f77b3fc7a97caf
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2872d6e906c216e3bb039d7499f77b3fc7a97caf
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/20170926/cc1fd7a5/attachment.html>
More information about the vc
mailing list