Fix minor error in runtest help.
authorAditya Mandaleeka <adityam@microsoft.com>
Thu, 21 Jul 2016 21:04:31 +0000 (14:04 -0700)
committerAditya Mandaleeka <adityam@microsoft.com>
Thu, 21 Jul 2016 21:04:31 +0000 (14:04 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/f7409310e31cb76da8e12f7b1a475655e4239a29

src/coreclr/tests/runtest.sh

index d0fb26a7f4258dbafcdb687b57b52a883863cd47..d76328ae9f44bb900c58cf2d8045cf04a813a51c 100755 (executable)
@@ -51,7 +51,7 @@ function print_usage {
     echo '  --jitminopts                     : Runs the tests with COMPlus_JITMinOpts=1'
     echo '  --jitforcerelocs                 : Runs the tests with COMPlus_ForceRelocs=1'
     echo '  --gcstresslevel n                : Runs the tests with COMPlus_GCStress=n'
-    echo '    0: None                                1: GC on all allocs and 'easy' places'
+    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'
     echo '  --long-gc                        : Runs the long GC tests'