aboutsummaryrefslogtreecommitdiff
path: root/tests/run-eds-ics-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-eds-ics-test.sh')
-rwxr-xr-xtests/run-eds-ics-test.sh3
1 files changed, 3 insertions, 0 deletions
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"