From 20f7a3cfa26db9063d214d2a1ca0ada44dbfdac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Wed, 17 Apr 2024 12:21:14 +0200 Subject: [PATCH] chg: tests add --mute flag --- TEST.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEST.bat b/TEST.bat index 13273ed..18c54a4 100644 --- a/TEST.bat +++ b/TEST.bat @@ -18,7 +18,7 @@ if errorlevel 1 ( for %%x in (*.exe) do ( echo Running %%x... - start /wait "" "%%x" --nocook --capture=50 + start /wait "" "%%x" --nocook --capture=50 --mute if not exist "tests\ref\%%~nx.png" ( echo [pass] reference image not found. Copying %%~nx.png ...