tools: run-tests: always do leak test (even on failures)

This commit is contained in:
Bill Zissimopoulos 2016-11-09 13:29:27 -08:00
parent c10c7cc672
commit 9df0920de1

View File

@ -93,10 +93,9 @@ waitfor 7BF47D72F6664550B03248ECFE77C7DD /t 3 2>nul
set /a total=testpass+testfail set /a total=testpass+testfail
echo === Total: %testpass%/%total% echo === Total: %testpass%/%total%
if not %testfail%==0 goto fail
call :leak-test call :leak-test
if !ERRORLEVEL! neq 0 goto fail if !ERRORLEVEL! neq 0 goto fail
if not %testfail%==0 goto fail
exit /b 0 exit /b 0