build: use backslashes for paths on windows

PR-URL: https://github.com/iojs/io.js/pull/1698
Reviewed-By: Yosuke Furukawa <furukawa.yosuke@dena.jp>
Reviewed-By: Roman Reiss <me@silverwind.io>
This commit is contained in:
Johan Bergström 2015-05-14 09:35:03 +10:00
parent 4e2f999a62
commit 8a0e5295b4

View File

@ -174,14 +174,14 @@ if "%config%"=="Debug" set test_args=--mode=debug %test_args%
if "%config%"=="Release" set test_args=--mode=release %test_args%
echo running 'cctest'
"%config%\cctest"
echo running 'python tools/test.py %test_args%'
python tools/test.py %test_args%
echo running 'python tools\test.py %test_args%'
python tools\test.py %test_args%
goto jslint
:jslint
if not defined jslint goto exit
echo running jslint
%config%\iojs tools/eslint/bin/eslint.js src lib --reset --quiet
%config%\iojs tools\eslint\bin\eslint.js src lib --reset --quiet
goto exit
:create-msvs-files-failed