diff options
author | Robert Tari <robert@tari.in> | 2023-07-10 02:50:13 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2023-07-10 02:50:13 +0200 |
commit | e5be480f595c31a4ac87bd0dd788565d61b8e18f (patch) | |
tree | bdc98f74ea353fc8105e87d1b9d40f06f053a732 | |
parent | 3cd3991f85da74df7da95ea0b3dda3672d697d3d (diff) | |
parent | 4044d28267af99f27c6ac57fa80bdc455d3273d4 (diff) | |
download | ayatana-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-x | tests/run-eds-ics-test.sh | 3 |
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" |