/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t	2004/12/20 14:43:49	122851
+++ httpd/test/trunk/perl-framework/Apache-Test/Apache-TestItSelf/t/interactive.t	2004/12/20 14:46:07	122852
@@ -20,8 +20,13 @@ use Apache::TestTrace;
 local $ENV{APACHE_TEST_INTERACTIVE_CONFIG_TEST} = 1;
 
 my @configs = test_configs();
-my $tests_per_config = 11;
-plan tests => $tests_per_config * @configs + 1;
+if ($configs[0]{repos_type} eq 'mp2_core') {
+    plan skip_all => "modperl2 doesn't run interactive config";
+}
+else {
+    my $tests_per_config = 11;
+    plan tests => $tests_per_config * @configs + 1;
+}
 
 my $orig_dir = go_in();
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26