This commit is contained in:
Joao Moreno 2016-03-03 11:26:05 +01:00
parent 3249f6960e
commit 2139bfece6

View file

@ -5,9 +5,7 @@ set ELECTRON_NO_ATTACH_CONSOLE=1
pushd %~dp0\..
.\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
set RESULT=%errorlevel%
popd
endlocal
exit /b %RESULT%
exit /b %errorlevel%