winetest: Report actual number of failures in the statusbar

André Hentschel nerv at dawncrow.de
Sun Oct 7 11:36:21 CDT 2012


---
 programs/winetest/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/winetest/main.c b/programs/winetest/main.c
index 2a74455..45c8602 100644
--- a/programs/winetest/main.c
+++ b/programs/winetest/main.c
@@ -729,6 +729,7 @@ run_test (struct wine_test* test, const char* subtest, HANDLE out_file, const ch
         xprintf ("%s:%s done (%d)\n", test->name, subtest, status);
         if (status) failures++;
     }
+    if (failures) report (R_STATUS, "Running tests - %u failures", failures);
 }
 
 static BOOL CALLBACK
-- 
1.7.4.1


-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list