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>
This commit is contained in:
João Valverde 2016-08-04 19:39:30 +01:00 committed by João Valverde
parent 86bf0357fe
commit 0ceff86a83
1 changed files with 0 additions and 2 deletions

View File

@ -302,8 +302,6 @@ test_step_failed() {
$color_reset
exit 1
# XXX - add a mechanism to optionally stop here
}