From 4610b0f5762c65eb51e6eb688201877c20e5c3e8 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 17 Oct 2003 08:08:07 +0000 Subject: [PATCH] * cosmetic fix in console output --- tests/utils/dbdigest.pp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/utils/dbdigest.pp b/tests/utils/dbdigest.pp index 8f766bdc99..6d9b273d24 100644 --- a/tests/utils/dbdigest.pp +++ b/tests/utils/dbdigest.pp @@ -421,7 +421,7 @@ begin readln(logfile,line); If analyse(line,TS) then begin - Verbose(V_NORMAL,'Analysing result for test'+Line); + Verbose(V_NORMAL,'Analysing result for test '+Line); Inc(StatusCount[TS]); If Not ExpectRun[TS] then begin @@ -475,7 +475,10 @@ end. { $Log$ - Revision 1.10 2003-10-15 21:45:50 florian + Revision 1.11 2003-10-17 08:08:07 florian + * cosmetic fix in console output + + Revision 1.10 2003/10/15 21:45:50 florian + added submitter, machine and comment field to sql version Revision 1.9 2003/10/15 19:39:42 florian