]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
run.sh failed to report when system test failed.
authorMark Andrews <marka@isc.org>
Tue, 6 Oct 2020 00:50:16 +0000 (11:50 +1100)
committerMark Andrews <marka@isc.org>
Tue, 6 Oct 2020 06:03:59 +0000 (06:03 +0000)
bin/tests/system/run.sh

index 7dbc0de91db91531ae94450a6c57fdbd97f32b22..8dab717fcc173b2dd3a1c66ce624b271e89219d6 100755 (executable)
@@ -299,6 +299,8 @@ elif [ "$assertion_failures" -ne 0 ]; then
 elif [ "$sanitizer_summaries" -ne 0 ]; then
     echoinfo "I:$systest:$sanitizer_summaries sanitizer report(s) found"
     echofail "R:$systest:FAIL"
+elif [ "$status" -ne 0 ]; then
+    echofail "R:$systest:FAIL"
 else
     echopass "R:$systest:PASS"
     if $clean; then