chg: add Running... remark
parent
0b048c960c
commit
4ebca2e53b
2
TEST.bat
2
TEST.bat
|
@ -17,7 +17,7 @@ if errorlevel 1 (
|
||||||
)
|
)
|
||||||
|
|
||||||
for %%x in (*.exe) do (
|
for %%x in (*.exe) do (
|
||||||
@REM echo Running %%x...
|
echo Running %%x...
|
||||||
start /wait "" "%%x" --nocook --capture=50
|
start /wait "" "%%x" --nocook --capture=50
|
||||||
|
|
||||||
if not exist "tests\ref\%%~nx.png" (
|
if not exist "tests\ref\%%~nx.png" (
|
||||||
|
|
Loading…
Reference in New Issue