Googletest export

Remove broken URL.

PiperOrigin-RevId: 311377660
This commit is contained in:
Abseil Team 2020-05-13 15:09:32 -04:00 committed by Andy Getz
parent 8a32680cee
commit 011959aafd

View File

@ -2288,8 +2288,7 @@ environment variable to `0`.
googletest can emit a detailed XML report to a file in addition to its normal
textual output. The report contains the duration of each test, and thus can help
you identify slow tests. The report is also used by the http://unittest
dashboard to show per-test-method error messages.
you identify slow tests.
To generate the XML report, set the `GTEST_OUTPUT` environment variable or the
`--gtest_output` flag to the string `"xml:path_to_output_file"`, which will