chg: tests add --mute flag
parent
4ebca2e53b
commit
20f7a3cfa2
2
TEST.bat
2
TEST.bat
|
@ -18,7 +18,7 @@ if errorlevel 1 (
|
||||||
|
|
||||||
for %%x in (*.exe) do (
|
for %%x in (*.exe) do (
|
||||||
echo Running %%x...
|
echo Running %%x...
|
||||||
start /wait "" "%%x" --nocook --capture=50
|
start /wait "" "%%x" --nocook --capture=50 --mute
|
||||||
|
|
||||||
if not exist "tests\ref\%%~nx.png" (
|
if not exist "tests\ref\%%~nx.png" (
|
||||||
echo [pass] reference image not found. Copying %%~nx.png ...
|
echo [pass] reference image not found. Copying %%~nx.png ...
|
||||||
|
|
Loading…
Reference in New Issue