Skip to content

Commit

Permalink
* test/test.sh: Print log file in case of error.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Jul 13, 2023
1 parent 989e6b6 commit b48bea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ latexmake() {
if [ $? -ne 0 ]; then
travis_fold_end latexmk.1
echo "Error: latexmk failed"
LOGFILE=${TEXMAIN%.*}.log
cat "$LOGFILE"
exit 1
fi

Expand Down

0 comments on commit b48bea8

Please sign in to comment.