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

Alexandre Julliard julliard at winehq.org
Tue Jun 27 17:19:07 CDT 2017


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 27 19:12:23 2017 +0200

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

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/programs/winetest/main.c b/programs/winetest/main.c
index c8ff102..bfac17b 100644
--- a/programs/winetest/main.c
+++ b/programs/winetest/main.c
@@ -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 "




More information about the wine-cvs mailing list