From 6bd82cdbe610cc2b7f16fee1350b0f3223f38d3d Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Wed, 19 Dec 2018 11:28:49 +0100 Subject: [PATCH] REGTEST: script: Print only errors in the results report --- scripts/run-regtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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