Skip to content

Commit d2d193c

Browse files
authored
Update docs/test/configure-unit-tests-by-using-a-dot-runsettings-file.md
1 parent edba7ed commit d2d193c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/test/configure-unit-tests-by-using-a-dot-runsettings-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ To customize any other type of diagnostic data adapters, use a [test settings fi
215215
This option can help you isolate a problematic test that causes a test host crash. Running the collector creates an output file (*Sequence.xml*) in *TestResults*, which captures the order of execution of the test before the crash.
216216

217217
You can run blame in 3 different modes:
218-
- Enabling just the sequence file, but not collecting dumps.
219-
- Enabling crash dump, to create a dump when testhost crashes.
220-
- Enabling hang dump, to create a dump when test does not finish before given timeout.
218+
- Enabling just the sequence file, but not collecting dumps
219+
- Enabling crash dump, to create a dump when testhost crashes
220+
- Enabling hang dump, to create a dump when test does not finish before given timeout
221221

222222
The XML configuration should be placed directly into `<RunSettings>` node:
223223

0 commit comments

Comments
 (0)