core/builtins/ciftest.cpp
changeset 75 3c3961c1ae26
parent 70 b06038904ef8
--- a/core/builtins/ciftest.cpp	Wed Sep 15 00:45:50 2010 +0100
+++ b/core/builtins/ciftest.cpp	Fri Sep 17 20:24:30 2010 +0100
@@ -89,7 +89,9 @@
 		{
 		if (iVerbose)
 			{
-			Printf(_L("%d tests run, %d passes %d failures. %d commands have no tests defined.\r\n"), iPasses + iFailures, iPasses, iFailures, iCifFiles.Count() - iPasses - iFailures);
+			Printf(_L("%d tests run, %d passes %d failures."), iPasses + iFailures, iPasses, iFailures);
+			if (iCifFiles.Count()) Printf(_L(" %d commands have no tests defined."), iCifFiles.Count() - iPasses - iFailures);
+			Printf(_L("\r\n"));
 			}
 		Complete(KErrNone);
 		}