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