condense lines

pull/9510/head
Eli Schwartz 3 years ago
parent 751f84405e
commit be6e09bfdb
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 3
      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:')

Loading…
Cancel
Save