Skip to content

Commit 0c1120b

Browse files
committed
ci: Show test log on failure
1 parent 2a042d5 commit 0c1120b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/distcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -eux
77
--enable-maintainer-mode \
88
--prefix=/tmp/local
99

10-
make distcheck
10+
make distcheck VERBOSE=1
1111
make sum
1212

1313
sudo -H mv *.tar.* *.sum /source/

ci/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo "::endgroup::"
2525

2626
echo "::group::distcheck"
2727
set -x
28-
make distcheck
28+
make distcheck VERBOSE=1
2929
set +x
3030
echo "::endgroup::"
3131

0 commit comments

Comments
 (0)