Fail on unit tests failure (#9862)
* make sure JDK17 tests fail as needed * set -e to fail on error
This commit is contained in:
parent
ec79d0d328
commit
ece5ef6b9b
@ -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)/../../..
|
||||
|
||||
|
@ -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)/../../..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user