[Git][NTPsec/ntpsec][buildtest] Re-added python file copy to build script
Ian Bruene
gitlab at mg.gitlab.com
Wed Nov 29 18:01:42 UTC 2017
Ian Bruene pushed to branch buildtest at NTPsec / ntpsec
Commits:
6c6824fd by Ian Bruene at 2017-11-29T12:01:17-06:00
Re-added python file copy to build script
- - - - -
1 changed file:
- tests/wscript
Changes:
=====================================
tests/wscript
=====================================
--- a/tests/wscript
+++ b/tests/wscript
@@ -112,8 +112,6 @@ def build(ctx):
"M PTHREAD CRYPTO RT SOCKET NSL",
)
- #testpylib.get_bld().mkdir()
-
ctx(
features="pytest",
pytest_source="pylib/test_util.py",
@@ -134,3 +132,12 @@ def build(ctx):
pytest_source="pylib/test_statfiles.py",
ut_str="${PYTHON} ${SRC}"
)
+
+ testpylib.get_bld().mkdir()
+
+ ctx(
+ features="subst",
+ source=testpysrc,
+ target=[x.get_bld() for x in testpysrc],
+ chmod=Utils.O755,
+ )
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6c6824fd829f4377146a16c2e900adc77416ef2a
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6c6824fd829f4377146a16c2e900adc77416ef2a
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/20171129/f9f8063f/attachment.html>
More information about the vc
mailing list