From b68b45451271c270c643ba4d96acf2a72e331647 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Thu, 3 Jan 2019 19:11:47 -0800 Subject: Fix batch script errors running JitOptimizationSensitive tests Simple typo: REN instead of REM, leading to: "The syntax of the command is incorrect." --- tests/src/CLRTest.Execute.Batch.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/CLRTest.Execute.Batch.targets b/tests/src/CLRTest.Execute.Batch.targets index 34a2e21e30..49414dfd0a 100644 --- a/tests/src/CLRTest.Execute.Batch.targets +++ b/tests/src/CLRTest.Execute.Batch.targets @@ -88,7 +88,7 @@ REM REM TieredCompilation will use minopts. Therefore it is also included in this REM set. Unlike the rest, TieredCompilation=0 should run the JitOptimizationSensitive REM tests. The following cannot run the test. -REN +REM REM TieredCompilation=1 REM TieredCompilation= IF "%COMPlus_JitStress%"=="" IF "%COMPlus_JitStressRegs%"=="" IF "%COMPlus_JITMinOpts%"=="" IF "%COMPlus_TailcallStress%"=="" goto :Compatible -- cgit v1.2.3