[master] f3764e5e9 Also return config.log to mothership

Poul-Henning Kamp phk at FreeBSD.org
Mon May 13 07:03:09 UTC 2024


commit f3764e5e9a90bc03d70eedce1e91f3b9cc504798
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 13 06:35:45 2024 +0000

    Also return config.log to mothership

diff --git a/tools/vtest.sh b/tools/vtest.sh
index 1f060ca7c..1b3bd60c5 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -284,7 +284,9 @@ do
 	else
 		echo "AUTOGEN GOOD" >> "${VTEST_REPORT}"
 		cp ${SRCDIR}/config.h "${REPORTDIR}"/_configh
+		cp ${SRCDIR}/config.log "${REPORTDIR}"/_configlog
 		echo "MANIFEST _configh" >> "${VTEST_REPORT}"
+		echo "MANIFEST _configlog" >> "${VTEST_REPORT}"
 		if $enable_gcov ; then
 			if makegcov >> "${REPORTDIR}"/_makegcov 2>&1 ; then
 				mv ${SRCDIR}/_gcov "${REPORTDIR}"/


More information about the varnish-commit mailing list