diff --git a/tests/DS/test_ds_misc.sh b/tests/DS/test_ds_misc.sh index ee1e0983b4..f9e5ec52bd 100755 --- a/tests/DS/test_ds_misc.sh +++ b/tests/DS/test_ds_misc.sh @@ -3,7 +3,7 @@ # Author: # Martin Preisler -set -e -o pipefail +set -o pipefail . $builddir/tests/test_common.sh . $srcdir/test_ds_common.sh diff --git a/tests/DS/test_rds.sh b/tests/DS/test_rds.sh index 0a681325b8..1c920ac94a 100755 --- a/tests/DS/test_rds.sh +++ b/tests/DS/test_rds.sh @@ -3,7 +3,7 @@ # Author: # Martin Preisler -set -e -o pipefail +set -o pipefail . $builddir/tests/test_common.sh . $srcdir/test_ds_common.sh diff --git a/tests/DS/test_sds_eval.sh b/tests/DS/test_sds_eval.sh index 46f88e4ebe..15ad64b503 100755 --- a/tests/DS/test_sds_eval.sh +++ b/tests/DS/test_sds_eval.sh @@ -3,7 +3,7 @@ # Author: # Martin Preisler -set -e -o pipefail +set -o pipefail . $builddir/tests/test_common.sh . $srcdir/test_ds_common.sh diff --git a/tests/DS/test_sds_fix_from_results.sh b/tests/DS/test_sds_fix_from_results.sh index 914c6d116b..3e73eb1ecf 100755 --- a/tests/DS/test_sds_fix_from_results.sh +++ b/tests/DS/test_sds_fix_from_results.sh @@ -3,7 +3,7 @@ # Author: # Martin Preisler -set -e -o pipefail +set -o pipefail . $builddir/tests/test_common.sh diff --git a/tests/DS/test_sds_fix_from_source.sh b/tests/DS/test_sds_fix_from_source.sh index ba96f4fb02..97a6f425d2 100755 --- a/tests/DS/test_sds_fix_from_source.sh +++ b/tests/DS/test_sds_fix_from_source.sh @@ -3,7 +3,7 @@ # Author: # Martin Preisler -set -e -o pipefail +set -o pipefail . $builddir/tests/test_common.sh