Skip to content

Commit

Permalink
[FLINK-19839][e2e] Properly forward test exit code to CI system
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Oct 28, 2020
1 parent 649328a commit bb4e2e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/azure-pipelines/e2e_uploading_watchdog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ log_upload_watchdog &

# ts from moreutils prepends the time to each line
( $COMMAND & PID=$! ; wait $PID ) | ts | tee $OUTPUT_FILE
TEST_EXIT_CODE=${PIPESTATUS[0]}

# properly forward exit code
exit $TEST_EXIT_CODE

0 comments on commit bb4e2e8

Please sign in to comment.