aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-08-04 19:39:30 +0100
committerJoão Valverde <j@v6e.pt>2016-08-06 12:14:49 +0000
commit0ceff86a8336b986ddd173d43dfbbe48f87d9e98 (patch)
treeb0af4e6b2759c3aabd9d0796b98c8de0802d0106 /test
parent86bf0357feeb9049b82114b3ef13de7282d774f0 (diff)
test.sh: Don't abort on failed test
This behavior severely limits the usefulness of the test suite. An option to configure it would still be nice. Change-Id: I2bc96a043cc4ec76f334a3bfe48967703ef1be5e Reviewed-on: https://code.wireshark.org/review/16890 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-backend.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test-backend.sh b/test/test-backend.sh
index 856cfc9b72..05264b7a19 100755
--- a/test/test-backend.sh
+++ b/test/test-backend.sh
@@ -302,8 +302,6 @@ test_step_failed() {
$color_reset
- exit 1
-
# XXX - add a mechanism to optionally stop here
}