diff --git a/tests/run-tests.py b/tests/run-tests.py index f7fdb66282..a6d08aabb3 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -153,7 +153,6 @@ def run_micropython(pyb, args, test_file, is_special=False): os.close(subterminal) os.close(emulator) else: - print("subprocess", args + [test_file]) output_mupy = subprocess.check_output( args + [test_file], stderr=subprocess.STDOUT )