summaryrefslogtreecommitdiff
path: root/tests/runtest.cmd
diff options
context:
space:
mode:
authorAndon Andonov <anandono@microsoft.com>2018-06-21 16:04:54 -0700
committerGitHub <noreply@github.com>2018-06-21 16:04:54 -0700
commitb5756070ace26b3f58b4bf495fe8e983431b5973 (patch)
tree80f9476edf06323f9a8eb761ed3411ecae8479c8 /tests/runtest.cmd
parent07bbd5f299fdc1ba4d00ab5331f2e2fc8c28291a (diff)
downloadcoreclr-b5756070ace26b3f58b4bf495fe8e983431b5973.tar.gz
coreclr-b5756070ace26b3f58b4bf495fe8e983431b5973.tar.bz2
coreclr-b5756070ace26b3f58b4bf495fe8e983431b5973.zip
Windows CoreFX CI Staging Commit (#18388)
* Netci * Add fake test switch * Add branch PR trigger * Add Checked corefx_innerloop jobs
Diffstat (limited to 'tests/runtest.cmd')
-rw-r--r--tests/runtest.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runtest.cmd b/tests/runtest.cmd
index 072c2737f9..89a5acdba1 100644
--- a/tests/runtest.cmd
+++ b/tests/runtest.cmd
@@ -40,6 +40,7 @@ set __CollectDumps=
set __DoCrossgen=
set __CrossgenAltJit=
set __PerfTests=
+set __CoreFXTests=
:Arg_Loop
if "%1" == "" goto ArgsDone
@@ -78,6 +79,7 @@ if /i "%1" == "jitdisasm" (set __JitDisasm=1&shift&goto Arg_Loop)
if /i "%1" == "ilasmroundtrip" (set __IlasmRoundTrip=1&shift&goto Arg_Loop)
if /i "%1" == "GenerateLayoutOnly" (set __GenerateLayoutOnly=1&shift&goto Arg_Loop)
if /i "%1" == "PerfTests" (set __PerfTests=true&shift&goto Arg_Loop)
+if /i "%1" == "CoreFXTests" (exit /b 0)
if /i "%1" == "runcrossgentests" (set RunCrossGen=true&shift&goto Arg_Loop)
if /i "%1" == "link" (set DoLink=true&set ILLINK=%2&shift&shift&goto Arg_Loop)
if /i "%1" == "tieredcompilation" (set COMPLUS_TieredCompilation=1&shift&goto Arg_Loop)