From 3e65062b5bb0957b5bb683ff04cb658d9d530477 Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Wed, 7 Jun 2023 01:29:26 +0700 Subject: tests/run-eds-ics-test: don't eat away test's result Well, not exiting with the return code as the last step means that tests has been failing silently for a while now. This commit reveals that, but doesn't fix any test that fails. --- tests/run-eds-ics-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/run-eds-ics-test.sh b/tests/run-eds-ics-test.sh index 5654034..4cbc0d3 100755 --- a/tests/run-eds-ics-test.sh +++ b/tests/run-eds-ics-test.sh @@ -72,3 +72,6 @@ if [ $rv -eq 0 ]; then sleep 5 rm -rf $TEST_TMP_DIR fi + +# pass the test's return code to the caller. +exit "$rv" -- cgit v1.2.3