build: use backslashes for paths on windows
authorJohan Bergström <bugs@bergstroem.nu>
Wed, 13 May 2015 23:35:03 +0000 (09:35 +1000)
committerJohan Bergström <bugs@bergstroem.nu>
Thu, 14 May 2015 23:25:19 +0000 (09:25 +1000)
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>
vcbuild.bat

index fb6881c..afb19cb 100644 (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