We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dab221 + 550f767 commit 2ccfc81Copy full SHA for 2ccfc81
test/conformance/cts_exe.py
@@ -74,6 +74,5 @@ def _print_cmdline(cmd_args, env, cwd, file=sys.stderr):
74
print(signal.strsignal(abs(rc)))
75
76
print("#### GTEST_OUTPUT ####", file=sys.stderr)
77
- for output in output_list:
78
- print(output, file=sys.stderr)
+ print(''.join(output_list), file=sys.stderr)
79
print("#### GTEST_OUTPUT_END ####", file=sys.stderr)
0 commit comments