From afcdc1aefe0a044b3bf9a627367d50ab4f2d7704 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Thu, 17 Aug 2023 22:33:40 +0200 Subject: CI: Solaris: display tests/test-suite.log in case of failure --- .github/workflows/solaris_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml index e5fc8f1..f5e6bf4 100644 --- a/.github/workflows/solaris_test.yml +++ b/.github/workflows/solaris_test.yml @@ -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) -- cgit v1.2.3-55-g6feb