winetest: Explain why the source filename is printed.

It is used by analysis tools like test.winehq.org to link to the
relevant test source file.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Francois Gouget 2017-02-10 16:40:18 +01:00 committed by Alexandre Julliard
parent 8e14f1f79a
commit 548b650e8a
1 changed files with 1 additions and 0 deletions

View File

@ -773,6 +773,7 @@ get_subtests (const char *tempdir, struct wine_test *test, LPSTR res_name)
static void
run_test (struct wine_test* test, const char* subtest, HANDLE out_file, const char *tempdir)
{
/* Build the source filename so analysis tools can link to it */
const char* file = get_test_source_file(test->name, subtest);
if (test_filtered_out( test->name, subtest ))