]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTEST: script: Print only errors in the results report
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 19 Dec 2018 10:28:49 +0000 (11:28 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 20 Dec 2018 09:37:32 +0000 (10:37 +0100)
scripts/run-regtests.sh

index f4bc8771193cde1129ea23d55c99219e762f3ab9..d10a43e24f0b111b2e7cc0eac72994996475e64a 100755 (executable)
@@ -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