Skip to content

junit results not generating when tests fail

The script "Test.sh" quits (because of "set -euo pipefail") when the test command returns an exit code other than 0. Because of that, the rest of the script won't be executed and the junit results won't be converted.