Skip to content

Commit

Permalink
build: use backslashes for paths on windows
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#1698
Reviewed-By: Yosuke Furukawa <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
  • Loading branch information
jbergstroem authored and andrewdeandrade committed Jun 3, 2015
1 parent 7af3086 commit 25af46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ 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
Expand Down

0 comments on commit 25af46e

Please sign in to comment.