mirror of
https://github.com/encounter/decomp-permuter.git
synced 2026-07-10 03:18:46 -07:00
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user