geoff       2004/10/25 18:42:14

  Modified:    perl-framework/Apache-Test/lib/Apache TestMM.pm
  Log:
  make sure TEST_VERBOSE respects the environment, not just the current
  shell command.
  
  somebody shout if ?= isn't portable, but a few accounts indicate that it is
  
  Revision  Changes    Path
  1.42      +1 -1      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm
  
  Index: TestMM.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestMM.pm,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- TestMM.pm 18 Oct 2004 14:59:45 -0000      1.41
  +++ TestMM.pm 26 Oct 2004 01:42:14 -0000      1.42
  @@ -82,7 +82,7 @@
       }
   
       return $preamble . <<'EOF' . $cover;
  -TEST_VERBOSE = 0
  +TEST_VERBOSE ?= 0
   TEST_FILES =
   
   test_clean :
  
  
  

Reply via email to