add option to disable wml tests in msvc.
they just take way to long.
This commit is contained in:
parent
ff3996da62
commit
8ac4ee6ff8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue