[Git][NTPsec/ntpsec][master] 2 commits: Fix dependency ordering for pytests
Matt Selsky
gitlab at mg.gitlab.com
Wed Aug 14 05:08:16 UTC 2019
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
dca98764 by James Browning at 2019-08-13T20:57:57Z
Fix dependency ordering for pytests
- - - - -
78175b6b by James Browning at 2019-08-13T21:06:26Z
Upgrade to waf 2.0.18+
- - - - -
2 changed files:
- tests/wscript
- waf
Changes:
=====================================
tests/wscript
=====================================
@@ -129,16 +129,16 @@ def build(ctx):
"pylib/test_packet.py",
"pylib/test_statfiles.py"]
- for path in pytests:
- ctx(
- features="pytest",
- pytest_source=path,
- ut_str="${PYTHON} ${SRC}"
- )
-
ctx(
features="subst",
source=testpysrc,
target=[x.get_bld() for x in testpysrc],
chmod=Utils.O755,
)
+
+ for path in pytests:
+ ctx(
+ features="pytest",
+ pytest_source=path,
+ ut_str="${PYTHON} ${SRC}"
+ )
=====================================
waf
=====================================
The diff for this file was not included because it is too large.
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/818f9a7943d72b6b39d46ffcb8b6132d0d515030...78175b6b4577f6e115616a798db992004a104a8a
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/818f9a7943d72b6b39d46ffcb8b6132d0d515030...78175b6b4577f6e115616a798db992004a104a8a
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/20190814/e4cdf6bc/attachment.htm>
More information about the vc
mailing list