From b636afa67abd97c61259071922d2f4f6f34a60b7 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 16 Jun 2020 14:43:36 +0200 Subject: Better log format, fixing PASS with different files --- main.py | 1 + 1 file changed, 1 insertion(+) (limited to 'main.py') diff --git a/main.py b/main.py index 85111c0..9207759 100755 --- a/main.py +++ b/main.py @@ -13,6 +13,7 @@ def main(): suites.suite_quote() suites.suite_echo() suites.suite_redirection() + suites.suite_edgecases() except KeyboardInterrupt: shutil.rmtree(config.SANDBOX_PATH) -- cgit