Update advanced.md

Fixes #1755
This commit is contained in:
Gennadiy Civil 2018-10-23 11:16:46 -04:00 committed by GitHub
parent b974af7923
commit a743780ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2204,8 +2204,7 @@ environment variable to `0`.
googletest can emit a detailed XML report to a file in addition to its normal 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 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 you identify slow tests.
dashboard to show per-test-method error messages.
To generate the XML report, set the `GTEST_OUTPUT` environment variable or the 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 `--gtest_output` flag to the string `"xml:path_to_output_file"`, which will