config: should fix nightly test run on 20.1 development

This commit is contained in:
Franco Fichtner 2019-12-23 06:54:54 +01:00
parent ba312b244b
commit ba113bc6db
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,5 @@ echo ">>> Running ${COREDIR} test suite..."
chroot ${STAGEDIR} /bin/sh -es <<EOF
make -C${COREDIR} lint
make -C${COREDIR} style
# XXX does not work well with PRODUCT_SUFFIX set
make -C${COREDIR} test
EOF

View File

@ -4,6 +4,8 @@ PYTHON2?= 27
PYTHON3?= 37
RUBY?= 26
SUFFIX?= -devel
COREBRANCH?= master
PLUGINSBRANCH?= master
SRCBRANCH?= master