aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2023-07-10 02:50:13 +0200
committerRobert Tari <robert@tari.in>2023-07-10 02:50:13 +0200
commite5be480f595c31a4ac87bd0dd788565d61b8e18f (patch)
treebdc98f74ea353fc8105e87d1b9d40f06f053a732
parent3cd3991f85da74df7da95ea0b3dda3672d697d3d (diff)
parent4044d28267af99f27c6ac57fa80bdc455d3273d4 (diff)
downloadayatana-indicator-datetime-e5be480f595c31a4ac87bd0dd788565d61b8e18f.tar.gz
ayatana-indicator-datetime-e5be480f595c31a4ac87bd0dd788565d61b8e18f.tar.bz2
ayatana-indicator-datetime-e5be480f595c31a4ac87bd0dd788565d61b8e18f.zip
Merge branch 'ubports-personal/peat-psuwit/for-upstream_eds-ics-test-returncode'
Attributes GH PR #107: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/107
-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"