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

Commit de1a689

Browse files
Merge pull request #6396 from adityamandaleeka/runtest_help_fix
Fix minor error in runtest help
2 parents ece6cb3 + f740931 commit de1a689

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)