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

Francois Gouget fgouget at codeweavers.com
Tue Nov 12 23:20:12 CST 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 18e3246e3..d5f3ab783 100644
--- a/testbot/lib/WineTestBot/LogUtils.pm
+++ b/testbot/lib/WineTestBot/LogUtils.pm
@@ -173,7 +173,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.
-- 
2.20.1



More information about the wine-devel mailing list