From a51d9a8a6933ffdf60aecb727dd6ec21ba4c0173 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Tue, 5 Aug 2014 13:08:24 +0200 Subject: [PATCH] minor changes in batch file --- test/html5/testhtml5.cmd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/html5/testhtml5.cmd b/test/html5/testhtml5.cmd index cc3a8c1..9baf036 100644 --- a/test/html5/testhtml5.cmd +++ b/test/html5/testhtml5.cmd @@ -47,6 +47,7 @@ @set TMPCNT3=0 @for %%i in (*.org.html) do @(call :CNTIT %%i) +@echo. @echo Will process %TMPCNT1% files found... @echo All should exit with NO WARNINGS or ERRORS @echo *** CONTINUE? *** Only Ctlr+C aborts... all other keys continue... @@ -54,12 +55,14 @@ @for %%i in (*.org.html) do @(call :DOONE %%i) +@echo. @echo Done %TMPCNT2% files. See tidied output in %TMPDIR%... @if "%TMPCNT3%x" == "0x" ( -@echo With NO WARNINGS or ERRORS! This ia a success... +@echo With NO WARNINGS or ERRORS! This is a *** SUCCESS ***. ) ELSE ( -@echo However have %TMPCNT3% WARNINGS or ERRORS! This is a FAILURE... +@echo However have %TMPCNT3% WARNINGS or ERRORS! This is a *** FAILURE *** ) +@echo. @goto END