so close! 🤏

master
Martin Scheidt 2022-02-10 15:52:44 +01:00
parent 79e6999507
commit bafeb79b2d
2 changed files with 4 additions and 2 deletions

View File

@ -13,4 +13,6 @@ tools
## -- indirect dependencies
standalone
epstopdf-pkg
epstopdf-pkg
ltablex
collectbox

View File

@ -121,7 +121,7 @@ for TEST in `ls $TESTDIR/*.tex`; do
FILE=$(basename "$TEST") # remove path
NAME=${FILE%.*} # remove extension
if [ $verbose = 1 ]; then
echo $n "'$NAME' test: $c"
echo $n " - '$NAME' test: $c"
fi
pdflatex -output-directory=.testing -interaction=batchmode -halt-on-error $FILE 2>&1 > /dev/null
if [ $verbose = 1 ]; then