regression-test: Always produce an HTML report

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2022-01-27 13:17:58 -08:00
committed by shivam
parent 56f8c0a820
commit f4ecff6bb4

View File

@@ -528,7 +528,7 @@ function start_tests() {
fi
PORTS=$( IFS=$','; echo "${CHECK_PORTS[*]}" )
if [[ ${#EXIT_ON_ERROR} -gt 0 ]]; then
test || exit $?
test || return $?
else
test
fi