@@ -75,7 +75,6 @@ def run_check(cmd):
subprocess.check_output(
cmd,
- stdout=subprocess.STDOUT,
stderr=subprocess.STDOUT,
timeout=100
)