Skip to content

Commit 8a0e529

Browse files
committed
build: use backslashes for paths on windows
PR-URL: #1698 Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 4e2f999 commit 8a0e529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vcbuild.bat

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ if "%config%"=="Debug" set test_args=--mode=debug %test_args%
174174
if "%config%"=="Release" set test_args=--mode=release %test_args%
175175
echo running 'cctest'
176176
"%config%\cctest"
177-
echo running 'python tools/test.py %test_args%'
178-
python tools/test.py %test_args%
177+
echo running 'python tools\test.py %test_args%'
178+
python tools\test.py %test_args%
179179
goto jslint
180180

181181
:jslint
182182
if not defined jslint goto exit
183183
echo running jslint
184-
%config%\iojs tools/eslint/bin/eslint.js src lib --reset --quiet
184+
%config%\iojs tools\eslint\bin\eslint.js src lib --reset --quiet
185185
goto exit
186186

187187
:create-msvs-files-failed

0 commit comments

Comments
 (0)