summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index a6faf134d1..3eda9ece2a 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -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'