From ad6c37ef2b0dc20c1278c5c2091206da2ef1595c Mon Sep 17 00:00:00 2001 From: Evgeny Kolesnikov Date: Sat, 11 Jan 2025 11:54:44 +0100 Subject: [PATCH] tests: Don't set -e for compound tests managed by test_run The test_run wrapper should handle all return codes, we don't want to bail out early. --- tests/DS/test_ds_misc.sh | 2 +- tests/DS/test_rds.sh | 2 +- tests/DS/test_sds_eval.sh | 2 +- tests/DS/test_sds_fix_from_results.sh | 2 +- tests/DS/test_sds_fix_from_source.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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