[tracker/sam/test-runner-fix] functional-tests: Fix failed tests being reported as successful
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/test-runner-fix] functional-tests: Fix failed tests being reported as successful
- Date: Sat, 15 Sep 2018 15:23:49 +0000 (UTC)
commit 264a48f0f3afb77028884f388fafae8ea602b57a
Author: Sam Thursfield <sam afuera me uk>
Date: Sat Sep 15 17:24:14 2018 +0200
functional-tests: Fix failed tests being reported as successful
Due to a mistake in the test runner, it was possible for tests to
fail but appear to have succeeded.
tests/functional-tests/test-runner.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/test-runner.sh b/tests/functional-tests/test-runner.sh
index 857b26c94..019d0414f 100755
--- a/tests/functional-tests/test-runner.sh
+++ b/tests/functional-tests/test-runner.sh
@@ -20,7 +20,7 @@ HOME=$TEMP_DIR
eval `dbus-launch --sh-syntax`
-trap "/bin/kill $DBUS_SESSION_BUS_PID; exit" INT
+trap "/bin/kill $DBUS_SESSION_BUS_PID; exit 1" INT
echo "Running $@"
$@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]