Add VRTS counts

This commit is contained in:
bnnm 2018-06-09 17:33:31 +02:00
parent 7a21345415
commit 45c2c6a172

View File

@ -66,6 +66,8 @@ if %OP_SEARCH%=="" (
REM # process start
set TIME_START=%time%
set FILES_OK=0
set FILES_KO=0
echo VRTS: start @%TIME_START%
REM # search for files
@ -97,6 +99,7 @@ set /A TIME_ELAPSED_C=(TIME_END_S-TIME_START_S)%%100
REM # process end (ok)
echo VRTS: done @%TIME_END% (%TIME_ELAPSED_S%,%TIME_ELAPSED_C%s)
echo VRTS: ok=%FILES_OK%, ko=%FILES_KO%
goto exit
@ -154,6 +157,7 @@ REM # ########################################################################
) else (
call :echo_color %C_E% "%CMD_FILE%" "wav diffs"
)
set /a "FILES_KO+=1"
) else (
if %CMP_TXT_ERROR% EQU 1 (
call :echo_color %C_W% "%CMD_FILE%" "txt diffs"
@ -162,6 +166,7 @@ REM # ########################################################################
call :echo_color %C_O% "%CMD_FILE%" "no diffs"
)
)
set /a "FILES_OK+=1"
)
REM # delete temp files