From be6e09bfdb5c911eecbc976ed71d427f052a1b81 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 31 Oct 2021 19:07:34 -0400 Subject: condense lines --- unittests/rewritetests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unittests/rewritetests.py b/unittests/rewritetests.py index 1d90f2a..161ae9d 100644 --- a/unittests/rewritetests.py +++ b/unittests/rewritetests.py @@ -32,8 +32,7 @@ class RewriterTests(BasePlatformTests): if isinstance(args, str): args = [args] command = self.rewrite_command + ['--verbose', '--skip', '--sourcedir', directory] + args - p = subprocess.run(command, capture_output=True, - text=True, timeout=60) + p = subprocess.run(command, capture_output=True, text=True, timeout=60) print('STDOUT:') print(p.stdout) print('STDERR:') -- cgit v1.1