Skip to content

Commit

Permalink
Mark failing CI tests as failed (#1541)
Browse files Browse the repository at this point in the history
With `pipefail`, the exit code for a pipeline will be taken from the first failing command in the pipeline, rather than the last command.
  • Loading branch information
yut23 committed Sep 25, 2023
1 parent 24a3ebb commit 60240d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -e
set -e -o pipefail

PYTHON_CMD="$(which python)"
VIM="/usr/local/bin/vim"
Expand Down

0 comments on commit 60240d4

Please sign in to comment.