Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
011959aa
Commit
011959aa
authored
May 13, 2020
by
Abseil Team
Committed by
Andy Getz
May 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Remove broken URL. PiperOrigin-RevId: 311377660
parent
8a32680c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
advanced.md
googletest/docs/advanced.md
+1
-2
No files found.
googletest/docs/advanced.md
View file @
011959aa
...
@@ -2288,8 +2288,7 @@ environment variable to `0`.
...
@@ -2288,8 +2288,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
...
...
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