Skip to content

Commit

Permalink
trivial: snap: Show more test logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Feb 25, 2024
1 parent 2424d07 commit 43cd1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43cd1cd

Please sign in to comment.