From 0ceff86a8336b986ddd173d43dfbbe48f87d9e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 4 Aug 2016 19:39:30 +0100 Subject: test.sh: Don't abort on failed test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- test/test-backend.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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 } -- cgit v1.2.1