X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Ftest.c;h=da989b179638bfd95eed8cacefd012fea200b5f7;hb=de46e62fe493ce152e1804feec0d19d5d0cfaa9f;hp=3d11d208464c05f72f885366fa66fd14d45622ce;hpb=07def9544cbd75062d2641c5513e1d158b841f90;p=awesomized%2Flibmemcached diff --git a/libtest/test.c b/libtest/test.c index 3d11d208..da989b17 100644 --- a/libtest/test.c +++ b/libtest/test.c @@ -27,6 +27,7 @@ #include #include +#include static void world_stats_print(world_stats_st *stats) { @@ -298,6 +299,9 @@ skip_pre: stats.success++; break; case TEST_FAILURE: +#if 0 + push_failed_test(next->name, run->name); +#endif stats.failed++; failed= true; break; @@ -343,6 +347,9 @@ cleanup: if (stats.collection_failed || stats.collection_skipped) { fprintf(stderr, "Some test failures and/or skipped test occurred.\n\n"); +#if 0 + print_failed_test(); +#endif } else {