Le 08/01/2019 à 11:30, [email protected] a écrit :
From: Frédéric Lécaille <[email protected]>When the reg tests fail, it may be useful to display additional information coming from varnishtest, especially when this latter aborts. In such case, the test output may be made of lines prefixed by "* diag" string. --- 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 80353de9..e648fa0a 100755 --- a/scripts/run-regtests.sh +++ b/scripts/run-regtests.sh @@ -454,7 +454,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 -E -- "^(----|\* diag)" "$i/LOG") EOF done' sh {} + fi
Thanks, now merged! -- Christopher Faulet

