From 74b0649a62b7ddbc077fdf3078b6bffcb21b609f Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 18 Jan 2016 19:04:45 +0100 Subject: [PATCH] [test] Do not compile songbook during "patatools-cache" test Test is faster, and works on Travis (where lualatex is not installed) --- test/test_patatools/test_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_patatools/test_cache.py b/test/test_patatools/test_cache.py index 6b22a74d..3e1b6576 100644 --- a/test/test_patatools/test_cache.py +++ b/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