You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by jo...@apache.org on 2019/04/18 09:29:33 UTC

svn commit: r1857727 - /perl/Apache-Test/trunk/lib/Apache/TestConfig.pm

Author: jorton
Date: Thu Apr 18 09:29:33 2019
New Revision: 1857727

URL: http://svn.apache.org/viewvc?rev=1857727&view=rev
Log:
Use IfDirective for DefaultStateDir to enable 2.4.x backport testing.

Modified:
    perl/Apache-Test/trunk/lib/Apache/TestConfig.pm

Modified: perl/Apache-Test/trunk/lib/Apache/TestConfig.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Apache/TestConfig.pm?rev=1857727&r1=1857726&r2=1857727&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestConfig.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestConfig.pm Thu Apr 18 09:29:33 2019
@@ -2209,8 +2209,10 @@ LogLevel    debug
     DefaultRunTimeDir "@t_logs@"
     LogLevel trace8
 </IfVersion>
-<IfVersion > 2.5.0>
+<IfVersion > 2.4.34>
+<IfDirective DefaultStateDir>
     DefaultStateDir "@t_state@"
+</IfDirective>
 </IfVersion>
 </IfModule>