build: remove incorrect argument in vcbuild.bat
This change had been incorrectly committed in f19e9b6 PR-URL: https://github.com/iojs/io.js/pull/1198 Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
parent
2b2e48a4b9
commit
dd37fb4c48
@ -172,7 +172,7 @@ if "%test_args%"=="" goto jslint
|
|||||||
if "%config%"=="Debug" set test_args=--mode=debug %test_args%
|
if "%config%"=="Debug" set test_args=--mode=debug %test_args%
|
||||||
if "%config%"=="Release" set test_args=--mode=release %test_args%
|
if "%config%"=="Release" set test_args=--mode=release %test_args%
|
||||||
echo running 'python tools/test.py %test_args%'
|
echo running 'python tools/test.py %test_args%'
|
||||||
python tools/test.py --timeout=50 %test_args%
|
python tools/test.py %test_args%
|
||||||
goto jslint
|
goto jslint
|
||||||
|
|
||||||
:jslint
|
:jslint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user