mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tools: run-tests: always do leak test (even on failures)
This commit is contained in:
parent
c10c7cc672
commit
9df0920de1
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user