chg: tests add --mute flag

main
Dominik Madarász 2024-04-17 12:21:14 +02:00
parent 4ebca2e53b
commit 20f7a3cfa2
1 changed files with 1 additions and 1 deletions

View File

@ -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 ...