diff --git a/test/distutils/envoy.py b/test/distutils/envoy.py index 5602487..3a65415 100644 --- a/test/distutils/envoy.py +++ b/test/distutils/envoy.py @@ -168,7 +168,7 @@ def run(command, data=None, timeout=None, env=None): history = [] for c in command: - if len(history): + if history: # due to broken pipe problems pass only first 10MB data = history[-1].std_out[0:10*1024]