提交 3249f696 编写于 作者: J Joao Moreno

make batch file return non zero on test fail

上级 3b378b13
......@@ -5,6 +5,9 @@ set ELECTRON_NO_ATTACH_CONSOLE=1
pushd %~dp0\..
.\.build\electron\electron.exe .\node_modules\mocha\bin\_mocha %*
set RESULT=%errorlevel%
popd
endlocal
\ No newline at end of file
endlocal
exit /b %RESULT%
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册