Commit 1c9c578b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Have vtest report config.h to the mothership

parent 2626eb27
......@@ -55,7 +55,7 @@ MAXRUNS="${MAXRUNS:-0}"
enable_gcov=false
SSH_DST="-p 203 vtest@varnish-cache.org"
: ${SSH_DST:="-p 203 vtest@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}"/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment