Skip to content

Commit d13e541

Browse files
authored
Update run_steps.sh
1 parent 9224bc4 commit d13e541

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dist/platforms/ubuntu/run_steps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ fi;
3636
# Exit with code from the build step.
3737
#
3838

39-
if [[ $USE_EXIT_CODE == true || $TEST_RUNNER_EXIT_CODE -ne 2 ]]; then
39+
# if [[ $USE_EXIT_CODE == true || $TEST_RUNNER_EXIT_CODE -ne 2 ]]; then
4040
exit $TEST_RUNNER_EXIT_CODE
41-
fi;
41+
# fi;

0 commit comments

Comments
 (0)