Commit f3764e5e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Also return config.log to mothership

parent 53174509
......@@ -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}"/
......
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