updated with support for openssl 1.1.1, which is a bit premature
[feisty_meow.git] / nucleus / library / unit_test / unit_base.cpp
index dfcd858ef7fdbc5078b64c5873cc819ac96a866b..2eb67f196eac2a1fabd3165fda0ddeb0b10487e8 100644 (file)
@@ -270,8 +270,7 @@ int unit_base::final_report()
 
   astring keyword = "FAILURE";  // but be pessimistic about overall result at first..?
 
-
-BASE_LOG(a_sprintf("total tests %d passed tests %d", c_total_tests, c_passed_tests));
+// BASE_LOG(a_sprintf("total tests %d passed tests %d", c_total_tests, c_passed_tests));
 
   // check whether we really did succeed or not.
   if (c_total_tests == c_passed_tests) keyword = "SUCCESS";  // success!