@@ -18,13 +18,7 @@ set NO_TTAGS_ARG=-nottags:ReqPP
1818set _tmp = %4
1919if not '%_tmp% '== ''set NO_TTAGS_ARG = -nottags:ReqPP,%_tmp:" =%
2020
21- rem Use commented line to enable parallel execution of tests
22- rem
23- rem Disabled for APPVEYOR_CI due to anaemic Perl implementation
24- rem
25- IF NOT DEFINED APPVEYOR_CI (
26- set PARALLEL_ARG = -procs:%NUMBER_OF_PROCESSORS%
27- )
21+ set PARALLEL_ARG = -procs:%NUMBER_OF_PROCESSORS%
2822
2923rem This can be set to 1 to reduce the number of permutations used and avoid some of the extra-time-consuming tests
3024set REDUCED_RUNTIME = 1
@@ -33,12 +27,7 @@ if "%REDUCED_RUNTIME%" == "1" set NO_TTAGS_ARG=%NO_TTAGS_ARG%,Expensive
3327rem Set this to 1 in order to use an external compiler host process
3428rem This only has an effect when running the FSHARPQA tests, but can
3529rem greatly speed up execution since fsc.exe does not need to be spawned thousands of times
36- rem
37- rem Disabled for APPVEYOR_CI due to anaemic Perl implementation
38- rem
39- IF NOT DEFINED APPVEYOR_CI (
40- set HOSTED_COMPILER = 1
41- )
30+ set HOSTED_COMPILER = 1
4231
4332rem path to fsc.exe which will be used by tests
4433set FSCBINPATH = %~dp0 ..\%FLAVOR% \net40\bin