summaryrefslogtreecommitdiff
path: root/googletest/docs
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2020-05-13 15:09:32 -0400
committerAndy Getz <durandal@google.com>2020-05-13 20:36:05 -0400
commit011959aafddcd30611003de96cfd8d7a7685c700 (patch)
treeef308ea8ce55011f7d4123c350168576d5c83c58 /googletest/docs
parent8a32680cee020e62b87d4ed517d0201580101713 (diff)
downloadgoogletest-git-011959aafddcd30611003de96cfd8d7a7685c700.tar.gz
Googletest export
Remove broken URL. PiperOrigin-RevId: 311377660
Diffstat (limited to 'googletest/docs')
-rw-r--r--googletest/docs/advanced.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md
index a5dd6226..7ca40fef 100644
--- a/googletest/docs/advanced.md
+++ b/googletest/docs/advanced.md
@@ -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