summaryrefslogtreecommitdiff
path: root/vcbuild.bat
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2015-05-14 09:35:03 +1000
committerJohan Bergström <bugs@bergstroem.nu>2015-05-15 09:25:19 +1000
commit8a0e5295b4c0b83855d4b51496254a759dfe9dfa (patch)
tree7da94a3297a85b2de5247b7f300be2a0b4cdd82b /vcbuild.bat
parent4e2f999a62f6e6a0c502dca138f40a75fad75972 (diff)
downloadandroid-node-v8-8a0e5295b4c0b83855d4b51496254a759dfe9dfa.tar.gz
android-node-v8-8a0e5295b4c0b83855d4b51496254a759dfe9dfa.tar.bz2
android-node-v8-8a0e5295b4c0b83855d4b51496254a759dfe9dfa.zip
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>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index fb6881c0e8..afb19cbad0 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -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