Oops, fixing the tests (#124)

missing debug mode param
This commit is contained in:
Snuffy
2022-06-09 09:28:20 +02:00
committed by GitHub
parent c6ced5c2d4
commit 07fcb75a56
+1 -1
View File
@@ -24,7 +24,7 @@ class TestPermMacros(unittest.TestCase):
) -> int:
base = intro + "\n" + base + "\n" + outro
target = intro + "\n" + target + "\n" + outro
compiler = Compiler("test/compile.sh", show_errors=True)
compiler = Compiler("test/compile.sh", show_errors=True, debug_mode=False)
# For debugging, to avoid the auto-deleted directory:
# target_dir = tempfile.mkdtemp()