fix test.bat

This commit is contained in:
João Moreno 2016-01-11 16:14:37 +01:00
parent 895948c14a
commit c0b229aadb

View file

@ -3,5 +3,5 @@
set ATOM_SHELL_INTERNAL_RUN_AS_NODE=1
pushd %~dp0\..
.\.build\electron\Code.exe .\node_modules\mocha\bin\_mocha %*
.\.build\electron\CodeOSS.exe .\node_modules\mocha\bin\_mocha %*
popd