Skip to content

Commit

Permalink
also show .err files on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Feb 26, 2023
1 parent d742aab commit b590adc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:
if: ${{ env.test_status != '0' }}
run: |
cat src/test-suite.log;
cat frogtests/*.err
cat frogtests/*.diff
- name: Notify IRC of failure
Expand Down

0 comments on commit b590adc

Please sign in to comment.