Skip to content

Commit b590adc

Browse files
committed
also show .err files on failure
1 parent d742aab commit b590adc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/frog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ jobs:
196196
if: ${{ env.test_status != '0' }}
197197
run: |
198198
cat src/test-suite.log;
199+
cat frogtests/*.err
199200
cat frogtests/*.diff
200201
201202
- name: Notify IRC of failure

0 commit comments

Comments
 (0)