winetest: Report actual number of failures in the statusbar.

oldstable
André Hentschel 2012-10-07 18:36:21 +02:00 committed by Alexandre Julliard
parent 068ff64e0a
commit f5375256d0
1 changed files with 1 additions and 0 deletions

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