summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 82bbaff7e7..ac3e382763 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -32,6 +32,7 @@ function print_usage {
echo ' specified by --testRootDir. Multiple of this switch may be specified.'
echo ' --testDirFile=<path> : Run tests only in the directories specified by the file at <path>. Paths are listed'
echo ' one line, relative to the directory specified by --testRootDir.'
+ echo ' --build-overlay-only : Build coreoverlay only, and skip running tests.'
echo ' --runFailingTestsOnly : Run only the tests that are disabled on this platform due to unexpected failures.'
echo ' Failing tests are listed in coreclr/tests/failingTestsOutsideWindows.txt, one per'
echo ' line, as paths to .sh files relative to the directory specified by --testRootDir.'