Browse Source

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>
v1.8.0-commit
Jeremiah Senkpiel 10 years ago
parent
commit
dd37fb4c48
  1. 2
      vcbuild.bat

2
vcbuild.bat

@ -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…
Cancel
Save