From 752ee45903aae6ace9b3d0cdc4d6075abe37dbf2 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 25 Mar 2022 21:30:04 +0000 Subject: [PATCH] Testing: disable pipefail as it breaks GitHub CI --- tests/include.ctest.sh.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/include.ctest.sh.in b/tests/include.ctest.sh.in index acaa91249..860e8756e 100644 --- a/tests/include.ctest.sh.in +++ b/tests/include.ctest.sh.in @@ -1,5 +1,7 @@ set -ea -set -o pipefail + +# Not all Unix shells support this unfortunately +#set -o pipefail # For CMake