Commit 7fb01249 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible freebsd: moar debug

parent b5f3fa39
......@@ -210,7 +210,9 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
done
write_page " These tests were last run on $DATE for version ${FREEBSD_VERSION} using ${DIFFOSCOPE}. <em>This is work in progress...</em></p>"
write_explaination_table FreeBSD
set -x
for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
ls ${FILES_HTML[$FREEBSD_TARGET]}
cat ${FILES_HTML[$FREEBSD_TARGET]} >> $PAGE
write_page " <p><pre>"
echo -n "${FREEBSD[$FREEBSD_TARGET]}" >> $PAGE
......@@ -218,6 +220,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
write_page " </div></div>"
rm -f ${FILES_HTML[$FREEBSD_TARGET]}
done
set +x
write_page_footer FreeBSD
publish_page
......
Supports Markdown
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