mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
If a test fails, bail out, the state will be indeterminate
This commit is contained in:
parent
8c378387c8
commit
59e4f2c929
@ -259,6 +259,11 @@ run_regression_suite() {
|
||||
./dav_test --dsn "${DSN}" ${WEBHOST} ${ALTHOST} --suite "${SUITE}" --case "${TEST}" | ./normalise_result > "${RESULTS}/${TEST}"
|
||||
# Fix Vim syntax highlighting by putting an esac here. Silly, huh?
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Test ${TEST} failed execute, aborting"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
RESULT=999
|
||||
SKIPDIFF=""
|
||||
while [ "${RESULT}" -gt 1 ]; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user