Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
a743780a
Unverified
Commit
a743780a
authored
Oct 23, 2018
by
Gennadiy Civil
Committed by
GitHub
Oct 23, 2018
Browse files
Update advanced.md
Fixes #1755
parent
b974af79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
googletest/docs/advanced.md
googletest/docs/advanced.md
+1
-2
No files found.
googletest/docs/advanced.md
View file @
a743780a
...
...
@@ -2204,8 +2204,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment