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 c445e13 + 5c11083 commit d977bd7Copy full SHA for d977bd7
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