summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2019-01-28 19:11:05 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2019-01-29 01:03:25 +0100
commit4ff41d94ce72afca20f9faaab1ab2f367f1e51aa (patch)
treeecedfaa7517e49164e4954585c2a5c2f7b4ddce0 /contrib
parent760c58f226b913f927641b6c99a2f855af49754b (diff)
jenkins distcheck: enable external tests
It was recently discovered that logging_vty_test.vty was missing from EXTRA_DIST. To make sure we don't forget similar files in the future, add python tests to 'make distcheck', by means of DISTCHECK_CONFIGURE_FLAGS. Related: I1bcedf3097f02b2adc679560d1cbceb27dbc345e Change-Id: Id569b2a932c1428cabb4d7ff17822cff8eee02af
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/jenkins_amd64.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/jenkins_amd64.sh b/contrib/jenkins_amd64.sh
index cd7b6661..9b837930 100755
--- a/contrib/jenkins_amd64.sh
+++ b/contrib/jenkins_amd64.sh
@@ -28,7 +28,8 @@ build .
# do distcheck only once, which is fine from built source tree, since distcheck
# is well separated from the source tree state.
-$MAKE distcheck \
+DISTCHECK_CONFIGURE_FLAGS=--enable-external-tests \
+ $MAKE distcheck \
|| cat-testlogs.sh
osmo-clean-workspace.sh