Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-11-17 01:18:09 +0300
committerGitHub <noreply@github.com>2016-11-17 01:18:09 +0300
commit39977fb21e1f225160a5d8de3e1e78bc2d2a021c (patch)
tree3e6e45be359e374c966953fc2a5f0c60d787a076 /Documentation
parent567a0280ae5d26a2eb0a1504938cf4e64b3fc662 (diff)
Fix script name in how-to-run-tests instruction (#2223)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/how-to-run-tests.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/how-to-run-tests.md b/Documentation/how-to-run-tests.md
index 559bfab85..b38b1df4f 100644
--- a/Documentation/how-to-run-tests.md
+++ b/Documentation/how-to-run-tests.md
@@ -14,14 +14,14 @@ On Windows:
```
cd {corert}
build.cmd
-tests\runtests.cmd
+tests\runtest.cmd
```
On Linux / macOS:
```
cd {corert}
./build.sh
-tests\runtests.sh
+tests\runtest.sh
```
### Verifying tests pass
@@ -50,7 +50,7 @@ Choose the set of tests you want to run. Currently the options are:
On Windows:
```
-tests\runtests.cmd /coreclr Top200|All|KnownGood
+tests\runtest.cmd /coreclr Top200|All|KnownGood
```
On Linux / macOS: