diff --git a/vcbuild.bat b/vcbuild.bat index 4ab3e677d..d7016dd1d 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -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