Skip to content

Commit

Permalink
#840: CI: make script exit non-zero if ctest fails with pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 9, 2020
1 parent 028e13d commit 73b2416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_cpp.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -ex
set -exo pipefail

source_dir=${1}
build_dir=${2}
Expand Down

0 comments on commit 73b2416

Please sign in to comment.