You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by ce...@apache.org on 2001/06/27 23:38:00 UTC

cvs commit: jakarta-log4j/src/java/org/apache/log4j/test runAll

ceki        01/06/27 14:38:00

  Modified:    src/java/org/apache/log4j/test runAll
  Log:
  - runAll was referring to the wrong test.
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-log4j/src/java/org/apache/log4j/test/runAll
  
  Index: runAll
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/test/runAll,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- runAll	2001/06/27 21:34:32	1.5
  +++ runAll	2001/06/27 21:37:58	1.6
  @@ -17,6 +17,6 @@
   ./mycat || die "mycat test FAILED."
   ./l7d || die "L7D test FAILED."
   ./fqcn || die "FQCN test FAILED."
  -./extTest || die "Extension support test FAILED."
  +./extSupport || die "Extension support test FAILED."
   
   ./unitTest || die "unit test FAILED."
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: log4j-cvs-help@jakarta.apache.org