summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorHanjoung Lee <waterets@gmail.com>2017-03-29 00:53:08 +0900
committerJan Kotas <jkotas@microsoft.com>2017-03-28 08:53:08 -0700
commite23bfb25d4fde28d2f1648ae381f5e44538b1827 (patch)
treef981421ed3d7c57f67008aa469420ff2c5f119cc /tests/runtest.sh
parent67938086beb9b9e6ef4b58e1f6e8543c0f5caba0 (diff)
downloadcoreclr-e23bfb25d4fde28d2f1648ae381f5e44538b1827.tar.gz
coreclr-e23bfb25d4fde28d2f1648ae381f5e44538b1827.tar.bz2
coreclr-e23bfb25d4fde28d2f1648ae381f5e44538b1827.zip
Fix usage text of runtest.sh (#10518)
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index dd5bf51c3e..3ec1e34fc3 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -50,7 +50,7 @@ function print_usage {
echo ' --jitminopts : Runs the tests with COMPlus_JITMinOpts=1'
echo ' --jitforcerelocs : Runs the tests with COMPlus_ForceRelocs=1'
echo ' --jitdisasm : Runs jit-dasm on the tests'
- echo ' --gcstresslevel n : Runs the tests with COMPlus_GCStress=n'
+ echo ' --gcstresslevel=<n> : Runs the tests with COMPlus_GCStress=n'
echo ' 0: None 1: GC on all allocs and '"'easy'"' places'
echo ' 2: GC on transitions to preemptive GC 4: GC on every allowable JITed instr'
echo ' 8: GC on every allowable NGEN instr 16: GC only on a unique stack trace'