From 43cd1cd0358d855aaad15868c5d7c90780af069a Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Sun, 25 Feb 2024 17:32:59 +0100 Subject: [PATCH] trivial: snap: Show more test logging output --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index dc44b64..be27790 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -184,7 +184,7 @@ parts: # and I found no way to limit the amount of permitted ninja jobs other than overriding everything meson --prefix=/usr --buildtype=debugoptimized -Ddownload-js=true -Drpmmd=false ${CRAFT_PART_BUILD} ${CRAFT_PART_SRC} ninja -C "${CRAFT_PART_BUILD}" -j4 - meson test -C "${CRAFT_PART_BUILD}" --verbose + meson test -C "${CRAFT_PART_BUILD}" --print-errorlogs --no-stdsplit --verbose DESTDIR=${CRAFT_PART_INSTALL} ninja -C "${CRAFT_PART_BUILD}" install override-prime: | set -eux