commit | 6bd82cdbe610cc2b7f16fee1350b0f3223f38d3d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Dec 19 11:28:49 2018 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Dec 20 10:37:32 2018 +0100 |
tree | 675090ec8b176cad7933fd791951bba962b7c3bd | |
parent | fa6798f97c5be41562d9151d3901753e5153fb56 [diff] [blame] |
REGTEST: script: Print only errors in the results report
diff --git a/scripts/run-regtests.sh b/scripts/run-regtests.sh index f4bc877..d10a43e 100755 --- a/scripts/run-regtests.sh +++ b/scripts/run-regtests.sh
@@ -464,7 +464,7 @@ cat <<- EOF | tee -a "$TESTDIR/failedtests.log" $(echo "###### $(cat "$i/INFO") ######") $(echo "## test results in: \"$i\"") -$(grep -- ---- "$i/LOG") +$(grep -- ^---- "$i/LOG") EOF done' sh {} + fi