build/test: one bug fixed, another surfaced

This commit is contained in:
Franco Fichtner 2018-04-29 16:19:01 +02:00
parent bd75b54236
commit 5c79c07ad1
1 changed files with 1 additions and 2 deletions

View File

@ -60,11 +60,10 @@ make -C${PLUGINSDIR} lint
make -C${PLUGINSDIR} style
EOF
# XXX make test requires installed components, version check needed
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