fix the help message for runtest.sh so the gcstress instructions aren't split across...
authorDavid Mason <davmason@microsoft.com>
Tue, 15 Jan 2019 04:48:49 +0000 (20:48 -0800)
committerGitHub <noreply@github.com>
Tue, 15 Jan 2019 04:48:49 +0000 (20:48 -0800)
tests/runtest.sh

index a6faf13..3eda9ec 100755 (executable)
@@ -30,12 +30,12 @@ function print_usage {
     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 '  --gcname=<n>                     : Runs the tests with COMPlus_GCName=n'
-    echo '  --ilasmroundtrip                 : Runs ilasm round trip on the tests'
     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 '  --gcname=<n>                     : Runs the tests with COMPlus_GCName=n'
     echo '  --long-gc                        : Runs the long GC tests'
+    echo '  --ilasmroundtrip                 : Runs ilasm round trip on the tests'
     echo '  --gcsimulator                    : Runs the GCSimulator tests'
     echo '  --tieredcompilation              : Runs the tests with COMPlus_TieredCompilation=1'
     echo '  --link <ILlink>                  : Runs the tests after linking via ILlink'