Skip to content

Execution of tests not stopped by pdflatex,xelatex or lualatex execution errors

Makefile for tests is modified, not to stop on tests that trow and execution error while executing the latex compilation command (pdflatex, xelatex or lualatex).

The tests throwing and non-zero code error are printed as "FAILED" with an extended message "(execution error)"

Some optional variables are defined in Makefile, to ignore the tests that hang without throwing an exception. This way, all the tests, except those ignored because they hang, are executed and the result is properly printed onto the console.

Merge request reports