Signed-off-by: Francois Gouget fgouget@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.