Commit f5375256 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winetest: Report actual number of failures in the statusbar.

parent 068ff64e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment