We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2f999 commit 8a0e529Copy full SHA for 8a0e529
vcbuild.bat
@@ -174,14 +174,14 @@ if "%config%"=="Debug" set test_args=--mode=debug %test_args%
174
if "%config%"=="Release" set test_args=--mode=release %test_args%
175
echo running 'cctest'
176
"%config%\cctest"
177
-echo running 'python tools/test.py %test_args%'
178
-python tools/test.py %test_args%
+echo running 'python tools\test.py %test_args%'
+python tools\test.py %test_args%
179
goto jslint
180
181
:jslint
182
if not defined jslint goto exit
183
echo running jslint
184
-%config%\iojs tools/eslint/bin/eslint.js src lib --reset --quiet
+%config%\iojs tools\eslint\bin\eslint.js src lib --reset --quiet
185
goto exit
186
187
:create-msvs-files-failed
0 commit comments