Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit f740931

Browse files
Fix minor error in runtest help.
1 parent ece6cb3 commit f740931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runtest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function print_usage {
5151
echo ' --jitminopts : Runs the tests with COMPlus_JITMinOpts=1'
5252
echo ' --jitforcerelocs : Runs the tests with COMPlus_ForceRelocs=1'
5353
echo ' --gcstresslevel n : Runs the tests with COMPlus_GCStress=n'
54-
echo ' 0: None 1: GC on all allocs and 'easy' places'
54+
echo ' 0: None 1: GC on all allocs and '"'easy'"' places'
5555
echo ' 2: GC on transitions to preemptive GC 4: GC on every allowable JITed instr'
5656
echo ' 8: GC on every allowable NGEN instr 16: GC only on a unique stack trace'
5757
echo ' --long-gc : Runs the long GC tests'

0 commit comments

Comments
 (0)