build/test: renamed from regress

This commit is contained in:
Franco Fichtner 2016-05-23 23:44:10 +02:00
parent a2499c724b
commit 71a6e923d8
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
STEPS= base boot cdrom chroot clean core distfiles \
kernel nano plugins ports prefetch rebase \
regress release serial skim vga vm
release serial skim test vga vm
.PHONY: ${STEPS}
PAGER?= less

View File

@ -151,7 +151,7 @@ Before building images, you can run the regression tests
to check the integrity of your core.git modifications plus
generate output for the style checker:
# make regress
# make test
For very fast ports rebuilding of already installed packages
the following works:

View File

@ -474,7 +474,7 @@ install_packages()
for PKG in pkg ${PKGLIST}; do
# Adds all selected packages and fails if
# one cannot be installed. Used to build
# final images or regression test systems.
# a runtime environment.
PKGFOUND=
for PKGFILE in $({
cd ${BASEDIR}

View File

@ -27,7 +27,7 @@
set -e
SELF=regress
SELF=test
. ./common.sh && $(${SCRUB_ARGS})
@ -37,7 +37,7 @@ setup_clone ${STAGEDIR} ${COREDIR}
setup_chroot ${STAGEDIR}
extract_packages ${STAGEDIR}
install_packages ${STAGEDIR} ${PRODUCT_TYPE} pear-PHP_CodeSniffer
install_packages ${STAGEDIR} ${PRODUCT_TYPE} pear-PHP_CodeSniffer phpunit
# don't want to deinstall in case of testing...
echo ">>> Running ${COREDIR} test suite..."