You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by da...@apache.org on 2001/11/20 15:12:23 UTC

cvs commit: tcl-websh/src/apachetests README

davidw      01/11/20 06:12:23

  Added:       src/apachetests README
  Log:
  Added file explaining Apache tests.
  
  Revision  Changes    Path
  1.1                  tcl-websh/src/apachetests/README
  
  Index: README
  ===================================================================
  			 Tests for mod_websh
  			 ===================
  				 $Id: README,v 1.1 2001/11/20 14:12:23 davidw Exp $
  
  Testing system for mod_websh.
  
  This system attempts to analyze and use an installed Apache binary to
  test the mod_websh installation.
  
  To run the tests, from within the apachetests/ directory, do this:
  
  ./runtests.tcl /path/to/apache/binary/httpd
  
  for example:
  
  @ashland [~/workshop/tcl-websh/src/apachetests] $ ./runtests.tcl /usr/sbin/apache
  mod_websh.test: Total   1       Passed  1       Skipped 0       Failed 0
  
  The tests work by analyzing the apache binary (to see if it has the
  necessary modules, and to see if it has mod_websh loaded).  After
  that, a minimal configuration file is created and Apache is run in
  single process mode, to serve requests for the tests, which are in
  turn generated by Tcl's http package.