Skip to content

Commit

Permalink
add option to disable wml tests in msvc.
Browse files Browse the repository at this point in the history
they just take way to long.
  • Loading branch information
gfgtdf committed Oct 20, 2018
1 parent ff3996d commit 8ac4ee6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projectfiles/VC14/WML_tests.cmd
Expand Up @@ -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

Expand Down

0 comments on commit 8ac4ee6

Please sign in to comment.