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
This commit is contained in:
Neels Hofmeyr 2019-01-28 19:11:05 +01:00
parent 760c58f226
commit 4ff41d94ce
1 changed files with 2 additions and 1 deletions

View File

@ -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