Skip to content

Commit

Permalink
Oops, fixing the tests (#124)
Browse files Browse the repository at this point in the history
missing debug mode param
  • Loading branch information
snuffysasa authored Jun 9, 2022
1 parent c6ced5c commit 07fcb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_perm.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def go(
) -> 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()
Expand Down

0 comments on commit 07fcb75

Please sign in to comment.