From 7fb01249e11ccafb07d56ca0f66618f91bc9f5b0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 27 Nov 2015 17:04:01 +0100 Subject: reproducible freebsd: moar debug --- bin/reproducible_freebsd.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/reproducible_freebsd.sh') diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index c4d58b8c..1ebf0ef4 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -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}. This is work in progress...

" 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 "

"
 	echo -n "${FREEBSD[$FREEBSD_TARGET]}" >> $PAGE
@@ -218,6 +220,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
 	write_page "    "
 	rm -f ${FILES_HTML[$FREEBSD_TARGET]}
 done
+set +x
 write_page_footer FreeBSD
 publish_page
 
-- 
cgit v1.2.3-54-g00ecf