[tracker-miners/sam/test-runner-fix: 24/24] functional-tests: Fix failed tests being reported as successful
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/sam/test-runner-fix: 24/24] functional-tests: Fix failed tests being reported as successful
- Date: Sat, 5 Jan 2019 11:06:00 +0000 (UTC)
commit 2201f1736d40d662842e5964dfc50f3be9bd8fe8
Author: Sam Thursfield <sam afuera me uk>
Date: Sat Sep 15 17:18:17 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 29eed46b3..bc8a4a49d 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 ERR
+trap "/bin/kill $DBUS_SESSION_BUS_PID; exit 1" INT ERR
echo "Running $@"
$@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]