From fd1b9bb8e3c5e8cfa929d59d18bcaf3657dcc198 Mon Sep 17 00:00:00 2001 From: Aohan Dang Date: Tue, 8 Oct 2024 16:35:59 -0400 Subject: [PATCH] Debug tests --- tests/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_tests.py b/tests/run_tests.py index d4c8340..f9f5dc5 100644 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -9,7 +9,7 @@ import unittest import zipfile -DEBUG = False +DEBUG = True def check_call(args: list, env: typing.Optional[collections.abc.Mapping] = None):