From: Kees Monshouwer Date: Mon, 20 Oct 2014 20:31:29 +0000 (+0200) Subject: report aborted test runs in jenkins X-Git-Tag: rec-3.7.0-rc1~189^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1834%2Fhead;p=thirdparty%2Fpdns.git report aborted test runs in jenkins --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 0c30092276..536b0ed17c 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -117,6 +117,13 @@ kill_process () set +e trap - EXIT INT TERM + if [ $1 -gt 1 ] + then + echo "exitvalue$1" >> failed_tests + ./toxml + ./totar + fi + pids=$(cat pdns*.pid) if [ -n "$pids" ]