Subject: | Skipping wrong test |
On an Ubuntu system I did:
apt-get install texlive
and tried installing LaTeX::Driver. I get the same error reported by some testers:
....
t/15-bibtex.t ............... skipped: BIBTEX_TESTS not set. Requires lastpage.sty.
t/20-complexdoc.t ........... # Checking the formatting of a complex LaTeX document with references, a bibliography, an index, etc
t/20-complexdoc.t ........... 2/10 latex exited with errors:
! LaTeX Error: File `lastpage.sty' not found.
! Emergency stop.
l.10 \bibliographystyle
# Looks like you planned 10 tests but ran 3.
# Looks like your test exited with 1 just after 3.
t/20-complexdoc.t ........... Dubious, test returned 1 (wstat 256, 0x100)
Failed 7/10 subtests
Test 15 does not use lastpage.sty. Test 20 does.
Fix: remove the skip_all from test 15, add it to test 20.