summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-abnt/test.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-11-17 22:23:15 +0000
committerKarl Berry <karl@freefriends.org>2018-11-17 22:23:15 +0000
commit9189ec48fe9d56f12e7e17b0309331801125770c (patch)
treee7f015893eca4a85859fbc0171b67fe52ab28792 /Master/texmf-dist/doc/latex/biblatex-abnt/test.sh
parent99859351234219667e5b7d226c6793392f7580d9 (diff)
biblatex-abnt (17nov18)
git-svn-id: svn://tug.org/texlive/trunk@49179 c570f23f-e606-0410-a88d-b1316a301751
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