[Git][NTPsec/ntpsec][master] Remove docs for pprint and add some for bin_test.
Amar Takhar
gitlab at mg.gitlab.com
Thu Mar 24 03:28:36 UTC 2016
Amar Takhar pushed to branch master at NTPsec / ntpsec
Commits:
cd2d11b5 by Amar Takhar at 2016-03-23T23:28:11-04:00
Remove docs for pprint and add some for bin_test.
- - - - -
1 changed file:
- wscript
Changes:
=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -4,6 +4,8 @@ from waflib import Context, Errors
from waflib import Scripting
from waflib.Logs import pprint
+pprint.__doc__ = None
+
out="build"
from pylib.configure import cmd_configure
@@ -49,6 +51,7 @@ class check(BuildContext):
def bin_test(ctx):
from pylib.bin_test import cmd_bin_test
cmd_bin_test(ctx, config)
+bin_test.__doc__ = "Run binary check, use after tests."
# Borrowed from https://www.rtems.org/
variant_cmd = (
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/cd2d11b55023d405dd8d77ac410d25601170a9fd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160324/a3221e43/attachment.html>
More information about the vc
mailing list