From c43d0c2cf4eeabebfed5bd5a09e4153fec7a84271603cb7a81396918017b7b45 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 15 Sep 2017 15:00:09 +0000 Subject: [PATCH] Swamp the log with debug OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=51 --- openSUSE-appstream-process | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openSUSE-appstream-process b/openSUSE-appstream-process index 50c0dd0..32d06eb 100644 --- a/openSUSE-appstream-process +++ b/openSUSE-appstream-process @@ -17,12 +17,13 @@ TMPDIR=$(mktemp -d) --origin=appdata \ --basename=appdata \ --packages-dir=${SRC} \ - --output-dir=${DEST} + --output-dir=${DEST} 2>&1 | tee $TMPDIR/as-builder.log RET=$? if [ $RET -ne 0 ]; then # The appstream-builder failed, exit with an error code, so prod builder knows about it + cat $TMPDIR/as-builder.log exit $RET fi