Francois Gouget : testbot: Fix the 'no software synthesizer midi port' winediag check.

Alexandre Julliard julliard at winehq.org
Thu Nov 14 02:32:40 CST 2019


Module: tools
Branch: master
Commit: 7447ab0dcf6da7b14739788618d50cd047a6f970
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=7447ab0dcf6da7b14739788618d50cd047a6f970

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Nov 13 06:20:12 2019 +0100

testbot: Fix the 'no software synthesizer midi port' winediag check.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/LogUtils.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/LogUtils.pm b/testbot/lib/WineTestBot/LogUtils.pm
index ea1ad89..99b1568 100644
--- a/testbot/lib/WineTestBot/LogUtils.pm
+++ b/testbot/lib/WineTestBot/LogUtils.pm
@@ -171,7 +171,7 @@ sub GetLogLineCategory($)
         # calls it as a test.
         $Line =~ /CorIsLatestSvc If this function is called,/ or
         # VMs and most test machines don't have a midi port.
-        $Line =~ /No software synthesizer midi port found / or
+        $Line =~ /No software synthesizer midi port found,/ or
         # Most VMs have limited OpenGL support.
         $Line =~ /None of the requested D3D feature levels is supported / or
         # The tests are not run as root.




More information about the wine-cvs mailing list