Francois Gouget : winetest: Explain why the source filename is printed.

Alexandre Julliard julliard at winehq.org
Fri Feb 10 16:02:25 CST 2017


Module: wine
Branch: master
Commit: 548b650e8a4c389ede63b28fd9d4875602439104
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=548b650e8a4c389ede63b28fd9d4875602439104

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Feb 10 16:40:18 2017 +0100

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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/winetest/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/winetest/main.c b/programs/winetest/main.c
index 3b2342a..4d1fa28 100644
--- a/programs/winetest/main.c
+++ b/programs/winetest/main.c
@@ -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 ))




More information about the wine-cvs mailing list