winetest: Report actual number of failures in the statusbar.

This commit is contained in:
André Hentschel 2012-10-07 18:36:21 +02:00 committed by Alexandre Julliard
parent 068ff64e0a
commit f5375256d0

View file

@ -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