add option to disable wml tests in msvc.

they just take way to long.
This commit is contained in:
gfgtdf 2018-10-10 15:57:17 +02:00
parent ff3996da62
commit 8ac4ee6ff8

View file

@ -4,6 +4,8 @@
@echo off
setlocal enabledelayedexpansion
if "%SKIP_WMLTESTS%" == "TRUE" exit 0
:: if OMP_WAIT_POLICY isn't set, the process restarts itself and !ERRORLEVEL!=0
set OMP_WAIT_POLICY=PASSIVE