Make it more obvious which test failed.
This commit is contained in:
parent
fce4534493
commit
da336038c4
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci-scripts/docker.sh
vendored
5
.github/workflows/ci-scripts/docker.sh
vendored
|
@ -27,6 +27,11 @@ execute() {
|
|||
: # success
|
||||
else
|
||||
EXIT_VAL=$?
|
||||
echo "********** !FAILURE! **********"
|
||||
echo "********** !FAILURE! **********"
|
||||
echo "********** !FAILURE! **********"
|
||||
echo "********** !FAILURE! **********"
|
||||
echo "********** !FAILURE! **********"
|
||||
error "$message failed! ($*)"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue