Skip to content

Commit

Permalink
Add display of log on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Dec 8, 2023
1 parent 51c1325 commit 5624fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests-no-fusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
make test && QUICRESULT=$?
cd ..
if [[ ${QUICRESULT} == 0 ]]; then exit 0; fi;
cat /home/runner/work/picoquic/picoquic/build/Testing/Temporary/LastTest.log
exit 1
#TODO: reset the test once openssl issue is understood.
Expand Down

0 comments on commit 5624fbf

Please sign in to comment.