You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2020/08/01 17:02:50 UTC

svn commit: r1880510 - /httpd/test/framework/trunk/t/modules/info.t

Author: jailletc36
Date: Sat Aug  1 17:02:50 2020
New Revision: 1880510

URL: http://svn.apache.org/viewvc?rev=1880510&view=rev
Log:
Add motorz to the special mpm cases in info.t

Modified:
    httpd/test/framework/trunk/t/modules/info.t

Modified: httpd/test/framework/trunk/t/modules/info.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/info.t?rev=1880510&r1=1880509&r2=1880510&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/info.t (original)
+++ httpd/test/framework/trunk/t/modules/info.t Sat Aug  1 17:02:50 2020
@@ -31,7 +31,7 @@ foreach (split /\n/, $info) {
 
 foreach (sort keys %$mods) {
     ($mods->{$_} && !$config->should_skip_module($_)) or next;
-    if ($_ =~ /^mod_mpm_(eventopt|event|prefork|worker)\.c$/) {
+    if ($_ =~ /^mod_mpm_(eventopt|event|motorz|prefork|worker)\.c$/) {
         push(@expected,"$1.c");
     } elsif ($_ eq 'mod_mpm_simple.c') {
         push(@expected,'simple_api.c');