mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
checksrc.bat: Disable tests by default until warnings are fixed
This commit is contained in:
parent
83b174b3f0
commit
e805fb9884
@ -29,7 +29,7 @@ rem ***************************************************************************
|
||||
setlocal
|
||||
set CHECK_LIB=TRUE
|
||||
set CHECK_SRC=TRUE
|
||||
set CHECK_TESTS=TRUE
|
||||
set CHECK_TESTS=FALSE
|
||||
|
||||
:parseArgs
|
||||
if "%~1" == "" goto prerequisites
|
||||
|
Loading…
Reference in New Issue
Block a user