mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
scripts: run nightly test target
This commit is contained in:
parent
71e7eca89d
commit
7e01d1eef5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue