X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Funit_test%2Funit_base.cpp;h=08e7a8967fbd53a51cf743c80dc91eb170b3c336;hb=9bb435b2e47b84e8086063089f9611231381f2c2;hp=dfcd858ef7fdbc5078b64c5873cc819ac96a866b;hpb=5a8e13e7a44ed98d9683bc6cd3bb374e9d3b0756;p=feisty_meow.git diff --git a/nucleus/library/unit_test/unit_base.cpp b/nucleus/library/unit_test/unit_base.cpp index dfcd858e..08e7a896 100644 --- a/nucleus/library/unit_test/unit_base.cpp +++ b/nucleus/library/unit_test/unit_base.cpp @@ -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! @@ -300,7 +299,7 @@ BASE_LOG(a_sprintf("total tests %d passed tests %d", c_total_tests, c_passed_tes void unit_base::write_cppunit_xml() { auto_synchronizer synch(c_lock); - astring logs_dir = environment::get("LOGS_DIR"); + astring logs_dir = environment::get("FEISTY_MEOW_LOGS"); if (logs_dir == astring::empty_string()) logs_dir = "logs"; // uhhh. astring outfile = logs_dir + "/" + filename(application_configuration::application_name()).basename().raw()