From b375dc598755eb51be8f04b3791f207dabce580d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 28 Jan 2016 17:39:17 +0100 Subject: reproducible netbsd: show more debug output at job end --- bin/reproducible_netbsd.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/reproducible_netbsd.sh') diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index db1ffa21..41baee99 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -120,6 +120,9 @@ umask 0022 # clean up builddir to save space on tmpfs rm -r $TMPBUILDDIR/netbsd +# temporarily enable more debug +set -x + # run diffoscope on the results TIMEOUT="30m" DIFFOSCOPE="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-diffoscope diffoscope -- --version 2>&1)" -- cgit v1.2.3-54-g00ecf