parent
19201393f1
commit
7563db4160
|
@ -42,6 +42,6 @@ fi;
|
||||||
# Exit with code from the build step.
|
# Exit with code from the build step.
|
||||||
#
|
#
|
||||||
|
|
||||||
if [ $USE_EXIT_CODE = true ]; then
|
if [[ $USE_EXIT_CODE == true || $TEST_RUNNER_EXIT_CODE -ne 2 ]]; then
|
||||||
exit $TEST_RUNNER_EXIT_CODE
|
exit $TEST_RUNNER_EXIT_CODE
|
||||||
fi;
|
fi;
|
||||||
|
|
Loading…
Reference in New Issue