scripts: run nightly test target

This commit is contained in:
Franco Fichtner 2017-08-21 09:18:47 +02:00
parent 71e7eca89d
commit 7e01d1eef5

View file

@ -24,4 +24,6 @@ for FLAVOUR in OpenSSL LibreSSL; do
(make clean-packages FLAVOUR=${FLAVOUR} 2>&1) > /dev/null
(time make packages FLAVOUR=${FLAVOUR} 2>&1) \
> ${LOGSDIR}/${VERSION}/packages-${FLAVOUR}.log
(time make test FLAVOUR=${FLAVOUR} 2>&1) \
> ${LOGSDIR}/${VERSION}/test-${FLAVOUR}.log
done