From: Christopher Faulet Date: Wed, 19 Dec 2018 10:28:49 +0000 (+0100) Subject: REGTEST: script: Print only errors in the results report X-Git-Tag: v2.0-dev0~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bd82cdbe610cc2b7f16fee1350b0f3223f38d3d;p=thirdparty%2Fhaproxy.git REGTEST: script: Print only errors in the results report --- diff --git a/scripts/run-regtests.sh b/scripts/run-regtests.sh index f4bc877119..d10a43e24f 100755 --- a/scripts/run-regtests.sh +++ b/scripts/run-regtests.sh @@ -464,7 +464,7 @@ if [ -d "${TESTDIR}" ]; then 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