[Git][NTPsec/ntpsec][master] Disable fatal errors until I figure out why many of the binaries aren't running.

Amar Takhar gitlab at mg.gitlab.com
Thu Mar 24 02:04:32 UTC 2016


Amar Takhar pushed to branch master at NTPsec / ntpsec


Commits:
c779d910 by Amar Takhar at 2016-03-23T22:03:13-04:00
Disable fatal errors until I figure out why many of the binaries aren't running.

- - - - -


1 changed file:

- pylib/bin_test.py


Changes:

=====================================
pylib/bin_test.py
=====================================
--- a/pylib/bin_test.py
+++ b/pylib/bin_test.py
@@ -58,6 +58,7 @@ def cmd_bin_test(ctx, config):
 		fail = run(cmd, cmd_map[cmd])
 
 	if fail:
-		ctx.fatal("Failed")
+		pprint("RED", "Tests failed!")
+#		ctx.fatal("Failed")
 
 #cmd_bin_test(None, None)



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c779d910af9d6e2eaf7c56b6eed05ca63295d4f7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160324/4da2e822/attachment.html>


More information about the vc mailing list