From cf3bd8eb856ac7b30f3b1d39de74506a0f227d07 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 25 Jul 2024 16:18:26 -0700 Subject: [PATCH] Default to muting initial test logs --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a0e4dba..b60e249 100755 --- a/main.py +++ b/main.py @@ -44,7 +44,7 @@ def main(): parser.add_argument( "--no-test-logs", - default=True, + default=False, dest="do_test_logs", action="store_false", help=(