Commit 8e3d3814 authored by Alexandre Julliard's avatar Alexandre Julliard

winetest: Don't require a tag or email address when only running a few tests.

parent 33a4d901
......@@ -1405,6 +1405,12 @@ int main( int argc, char *argv[] )
SetEnvironmentVariableA( "WINETEST_REPORT_SUCCESS", "0" );
}
if (nb_filters && !exclude_tests)
{
run_tests( logname, outdir );
exit(0);
}
while (!tag) {
if (!interactive)
report (R_FATAL, "Please specify a tag (-t option) if "
......
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