From: Hanjoung Lee Date: Tue, 28 Mar 2017 15:53:08 +0000 (+0900) Subject: Fix usage text of runtest.sh (dotnet/coreclr#10518) X-Git-Tag: submit/tizen/20210909.063632~11030^2~7530 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92b80fba4c98a6189c2ac2b682ee771b8c4f61c7;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix usage text of runtest.sh (dotnet/coreclr#10518) Commit migrated from https://github.com/dotnet/coreclr/commit/e23bfb25d4fde28d2f1648ae381f5e44538b1827 --- diff --git a/src/coreclr/tests/runtest.sh b/src/coreclr/tests/runtest.sh index dd5bf51..3ec1e34 100755 --- a/src/coreclr/tests/runtest.sh +++ b/src/coreclr/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= : 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'