Browse Source

[test] Do not compile songbook during "patatools-cache" test

Test is faster, and works on Travis (where lualatex is not installed)
pull/189/head
Louis 9 years ago
parent
commit
74b0649a62
  1. 2
      test/test_patatools/test_cache.py

2
test/test_patatools/test_cache.py

@ -46,7 +46,7 @@ class TestCache(unittest.TestCase):
]:
with self.subTest(main=main, args=args):
# First compilation. Ensure that cache exists afterwards
self._system(songbook_main, ["songbook", "test_cache.sb"])
self._system(songbook_main, ["songbook", "--steps", "tex,clean", "test_cache.sb"])
self.assertTrue(os.path.exists(CACHEDIR))
# Clean cache

Loading…
Cancel
Save