We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9224bc4 commit d13e541Copy full SHA for d13e541
1 file changed
dist/platforms/ubuntu/run_steps.sh
@@ -36,6 +36,6 @@ fi;
36
# Exit with code from the build step.
37
#
38
39
-if [[ $USE_EXIT_CODE == true || $TEST_RUNNER_EXIT_CODE -ne 2 ]]; then
+# if [[ $USE_EXIT_CODE == true || $TEST_RUNNER_EXIT_CODE -ne 2 ]]; then
40
exit $TEST_RUNNER_EXIT_CODE
41
-fi;
+# fi;
0 commit comments