Testing: disable pipefail as it breaks GitHub CI

This commit is contained in:
Shahram Najm 2022-03-25 21:30:04 +00:00
parent 132650a3bb
commit 752ee45903
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
set -ea
set -o pipefail
# Not all Unix shells support this unfortunately
#set -o pipefail
# For CMake