Skip to content

Commit

Permalink
pkp/pkp-lib#9456 Modification to travis so I can maybe see an helpful…
Browse files Browse the repository at this point in the history
… message
  • Loading branch information
nibou230 committed Dec 5, 2023
1 parent 14d63ff commit 26b229a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ script:
- ./lib/pkp/tools/travis/run-tests.sh

after_failure:
- tail -n 500 error.log
- head -n 100 error.log
- tail -n 400 error.log
- sudo apt-get install sharutils
# Outputs only the oldest file found at the screenshots folder due to log limits
- find cypress/screenshots -type f -printf '%T+\t%p\n' | sort | head -n 1 | cut -f 2 | tar -cz -T - | uuencode /dev/stdout
Expand Down

0 comments on commit 26b229a

Please sign in to comment.