summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBrian Sullivan <briansul@microsoft.com>2017-06-13 13:08:43 -0700
committerGitHub <noreply@github.com>2017-06-13 13:08:43 -0700
commit000343606a00124501cec18badc9ca551a636dc1 (patch)
treed3256bef593614457f8679e5c59ed09c14a979f9 /Documentation
parent33908992423ac89e7e2fa5af903ce2a3d81d3623 (diff)
downloadcoreclr-000343606a00124501cec18badc9ca551a636dc1.tar.gz
coreclr-000343606a00124501cec18badc9ca551a636dc1.tar.bz2
coreclr-000343606a00124501cec18badc9ca551a636dc1.zip
Specified where the failing tests are listed.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/windows-test-instructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/building/windows-test-instructions.md b/Documentation/building/windows-test-instructions.md
index 4e01f558bd..3e03254623 100644
--- a/Documentation/building/windows-test-instructions.md
+++ b/Documentation/building/windows-test-instructions.md
@@ -51,13 +51,13 @@ For example to run all of the tests using your checked build:
`<repo_root>\tests\runtest.cmd checked`
-This will generate the report named as `TestRun_<arch>_<flavor>.html` (e.g. `TestRun_Windows_NT__x64__Checked.html`) in the subdirectory `<repo_root>\bin\Logs`.
+This will generate a report named as `TestRun_<arch>_<flavor>.html` (e.g. `TestRun_Windows_NT__x64__Checked.html`) in the subdirectory `<repo_root>\bin\Logs`. Any tests that failed will be listed in `TestRunResults_Windows_NT__x64__Checked.err`.
**Investigating Test Failures**
Upon completing a test run, you may find one or more tests have failed.
-The output of the Test will be available in Test reports directory, but the default the directory would be something like is `<repo_root>\bin\tests\x64\Windows_NT.x64.Checked\Reports\Exceptions\Finalization`.
+The output of the Test will be available in Test reports directory, but the default the directory would be something like is `<repo_root>\bin\tests\x64\Windows_NT.x64.Checked\Reports\Exceptions\Finalization`.
There are 2 files of interest: