fix: use --cook-jobs=0 option
4
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 --mute
|
start /wait "" "%%x" --cook-jobs=0 --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 ...
|
||||||
|
@ -29,7 +29,7 @@ for %%x in (*.exe) do (
|
||||||
echo [fail] %%~nx.exe! Check "tests\diff\%%~nx.png"
|
echo [fail] %%~nx.exe! Check "tests\diff\%%~nx.png"
|
||||||
) else (
|
) else (
|
||||||
echo [pass] %%~nx.exe
|
echo [pass] %%~nx.exe
|
||||||
@REM del "tests\diff\%%~nx.png"
|
del "tests\diff\%%~nx.png"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 153 KiB |
Before Width: | Height: | Size: 550 KiB After Width: | Height: | Size: 537 KiB |
Before Width: | Height: | Size: 546 KiB After Width: | Height: | Size: 548 KiB |
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 455 KiB After Width: | Height: | Size: 455 KiB |
Before Width: | Height: | Size: 642 KiB After Width: | Height: | Size: 643 KiB |
Before Width: | Height: | Size: 800 KiB After Width: | Height: | Size: 799 KiB |
Before Width: | Height: | Size: 621 KiB After Width: | Height: | Size: 623 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 790 KiB After Width: | Height: | Size: 772 KiB |
Before Width: | Height: | Size: 831 KiB After Width: | Height: | Size: 840 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 63 KiB |