CI: Solaris: display tests/test-suite.log in case of failure

This commit is contained in:
Ilya Shipitsin 2023-08-17 22:33:40 +02:00
parent d4add02c7f
commit afcdc1aefe

View File

@ -27,4 +27,4 @@ jobs:
pkg install gcc make
run: |
MAKE=gmake ./configure
gmake -j2 check
gmake -j2 check || (cat tests/test-suite.log && exit 1)