mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tools: run-tests: leak-test: add output
This commit is contained in:
		| @@ -268,7 +268,9 @@ for /F "tokens=1,2 delims=:" %%i in ('verifier /query ^| findstr ^ | ||||
|     ) | ||||
| ) | ||||
| set /A TotalAlloc=PagedAlloc+NonPagedAlloc | ||||
| if !TotalAlloc! neq 0 ( | ||||
| if !TotalAlloc! equ 0 ( | ||||
|     echo Leaks: None | ||||
| ) else ( | ||||
|     echo Leaks: !NonPagedAlloc! NP / !PagedAlloc! P | ||||
|     goto fail | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user