Skip to content

Commit 8bfad04

Browse files
committed
Show test logs from CUPS API unit tests, too.
1 parent f7ff6df commit 8bfad04

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build CUPS
3333
run: make
3434
- name: Test CUPS
35-
run: make test || cat test/error_log*
35+
run: make test || (cat cups/test.log; test -f test/error_log && cat test/error_log*)
3636

3737
build-linux-i386:
3838

@@ -57,7 +57,7 @@ jobs:
5757
- name: Build CUPS
5858
run: make
5959
- name: Test CUPS
60-
run: make test || cat test/error_log*
60+
run: make test || (cat cups/test.log; test -f test/error_log && cat test/error_log*)
6161

6262
build-macos:
6363

@@ -75,7 +75,7 @@ jobs:
7575
- name: Build CUPS
7676
run: make
7777
- name: Test CUPS
78-
run: make test || cat test/error_log*
78+
run: make test || (cat cups/test.log; test -f test/error_log && cat test/error_log*)
7979

8080
build-windows:
8181

0 commit comments

Comments
 (0)