/[Apache-SVN]/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRun.pm
ViewVC logotype

Diff of /httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRun.pm

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

--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRun.pm	2004/11/25 14:55:41	106575
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestRun.pm	2004/11/25 14:57:40	106576
@@ -1284,6 +1284,9 @@ sub exit_shell {
 sub skip_test_suite {
     my $no_doubt = shift;
 
+    # we can't prompt when there is no STDIN;
+    $no_doubt = 1 unless -t STDIN;
+
     print qq[
 
 Running the test suite is important to make sure that the module that

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26