[master] 1c9c578ba Have vtest report config.h to the mothership

Poul-Henning Kamp phk at FreeBSD.org
Wed May 1 08:27:07 UTC 2024


commit 1c9c578ba1b1029463185bcc78bbfa4e16a2b4f2
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed May 1 08:26:41 2024 +0000

    Have vtest report config.h to the mothership

diff --git a/tools/vtest.sh b/tools/vtest.sh
index 1d82f65a3..1f060ca7c 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -55,7 +55,7 @@ MAXRUNS="${MAXRUNS:-0}"
 
 enable_gcov=false
 
-SSH_DST="-p 203 vtest at varnish-cache.org"
+: ${SSH_DST:="-p 203 vtest at varnish-cache.org"}
 
 # make sure we use our own key
 unset SSH_AUTH_SOCK
@@ -283,6 +283,8 @@ do
 		echo "MANIFEST _autogen" >> "${VTEST_REPORT}"
 	else
 		echo "AUTOGEN GOOD" >> "${VTEST_REPORT}"
+		cp ${SRCDIR}/config.h "${REPORTDIR}"/_configh
+		echo "MANIFEST _configh" >> "${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