Skip to content

Commit

Permalink
(testsuite) third attempt at printing the log from test run
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Dec 2, 2024
1 parent 016da54 commit 4ab1a63
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,5 @@ jobs:
- name: Run test programs, pressing enter to all prompts
if: matrix.os == 'ubuntu-latest'
run: |
yes "" | make check
# Run tests
- name: show the test logs
if: matrix.os == 'ubuntu-latest'
run: |
cat test/C/test-suite.log
yes "" | make check || { echo "Tests failed. Printing test-suite.log..."; cat test/C/test-suite.log; exit 1; }

0 comments on commit 4ab1a63

Please sign in to comment.