Fail on unit tests failure (#9862)

* make sure JDK17 tests fail as needed
* set -e to fail on error
This commit is contained in:
Elliotte Rusty Harold 2022-04-26 22:30:07 +00:00 committed by GitHub
parent ec79d0d328
commit ece5ef6b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@
# a script to run inside that image. Then we delegate to the general
# build_and_run_docker.sh script.
# fail on error
set -e
# Change to repo root
cd $(dirname $0)/../../..

View File

@ -7,6 +7,9 @@
# a script to run inside that image. Then we delegate to the general
# build_and_run_docker.sh script.
# Fail on error
set -e
# Change to repo root
cd $(dirname $0)/../../..