summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-abnt/test.sh')
-rwxr-xr-xMaster/texmf-dist/doc/latex/biblatex-abnt/test.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh b/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh
index 6994b6fc15b..8b5ff1f4ac6 100755
--- a/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh
+++ b/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh
@@ -48,7 +48,18 @@ if [ "$pass" = true ] ; then
echo "ALL GOOD!"
exit 0
else
+ echo ""
echo "OOPS, THERE'S SOMETHING WRONG!"
+ echo ""
+ echo "NBR10520-2002_test.pdf"
+ gs -q -o - -sDEVICE=inkcov NBR10520-2002_test.pdf
+ echo ""
+ echo "NBR6023-2002_test.pdf"
+ gs -q -o - -sDEVICE=inkcov NBR6023-2002_test.pdf
+ echo ""
+ curl --upload-file ./NBR6023-2002_test.pdf https://transfer.sh/
+ echo ""
+ curl --upload-file ./NBR10520-2002_test.pdf https://transfer.sh/
exit 1
fi