=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winetest: Report actual number of failures in the statusbar.

Alexandre Julliard julliard at winehq.org
Tue Oct 9 13:12:35 CDT 2012


Module: wine
Branch: master
Commit: f5375256d0e0510ceca16ff6985773edc32114a3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f5375256d0e0510ceca16ff6985773edc32114a3

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Oct  7 18:36:21 2012 +0200

winetest: Report actual number of failures in the statusbar.

---

 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




More information about the wine-cvs mailing list