tst: make non-essential and long running tests optional

This commit is contained in:
Bill Zissimopoulos
2016-11-23 21:26:21 -08:00
parent 002a0262f7
commit e7931e28fd
4 changed files with 18 additions and 18 deletions

View File

@ -105,7 +105,7 @@ exit /b 0
exit /b 1
:winfsp-tests-x64
winfsp-tests-x64
winfsp-tests-x64 +*
if !ERRORLEVEL! neq 0 goto fail
exit /b 0
@ -135,7 +135,7 @@ if !ERRORLEVEL! neq 0 goto fail
exit /b 0
:winfsp-tests-x86
winfsp-tests-x86
winfsp-tests-x86 +*
if !ERRORLEVEL! neq 0 goto fail
exit /b 0