[Zope-CVS] CVS: Packages/TestScripts - README.TXT:1.2

Fred L. Drake, Jr. fred@zope.com
Wed, 26 Feb 2003 11:43:38 -0500


Update of /cvs-repository/Packages/TestScripts
In directory cvs.zope.org:/tmp/cvs-serv2996

Modified Files:
	README.TXT 
Log Message:
- make a few wording changes
- wrap some long lines


=== Packages/TestScripts/README.TXT 1.1 => 1.2 ===
--- Packages/TestScripts/README.TXT:1.1	Tue Feb 25 13:16:02 2003
+++ Packages/TestScripts/README.TXT	Wed Feb 26 11:43:37 2003
@@ -1,11 +1,11 @@
 How to Install & Use autotester.py
 
- These are possible recipes for getting automated Zope testing running.
+ These are possible recipes for getting automated Zope tests running.
  There are plenty of other possibilities. If you find one you
  consider better or have any other corrections and suggestions, please
  email them chrisw@nipltd.com.
- In particular, it would be useful if people could email recipies like 
- the following for getting the tests run on other operating systems.
+ In particular, it would be useful if people could email recipies like
+ the following for running the tests on other operating systems.
 
  Windows
 
@@ -20,18 +20,19 @@
 
    4. Edit my_config.xml as appropriate. The format of the XML should be
       apparent from the examples included. Ensure that the configuration of
-      python version locations and cvs commands are appropriate for your 
+      python version locations and cvs commands are appropriate for your
       system.
 
-   3. Create a workspace folder in the location of your choice, 
+   3. Create a workspace folder in the location of your choice,
       I'll use D:\ZopeTests.
 
    4. Create a batch file, I called mine D:\ZopeTests\testrunner.bat,
       in the workspace that looks something like the following:
-      
+
       c:\winnt\system32\cmd /c C:\python21\python D:\TestScripts\autotester.py D:\TestScripts\my_config.xml
 
-      You will need to set up any environment variables required for CVS and your C compiler prior to this statement.
+      You will need to set up any environment variables required for
+      CVS and your C compiler prior to this statement.
 
    5. Add a directory in the workspace called 'sandbox'.
       Mine was at D:\ZopeTests\sandbox.
@@ -54,20 +55,21 @@
 
    4. Edit my_config.xml as appropriate. The format of the XML should be
       apparent from the examples included. Ensure that the configuration of
-      python version locations and cvs commands are appropriate for your 
+      python version locations and cvs commands are appropriate for your
       system.
 
-   3. Create a workspace folder in the location of your choice, 
+   3. Create a workspace folder in the location of your choice,
       I'll use /stuff/ZopeTests.
 
    4. Create a shell script, I called mine /stuff/ZopeTests/testrunner,
       in the workspace that looks something like the following:
-      
-      /usr/local/bin/python /stuff/TestScripts/autotester.py /stuff/TestScripts/my_config.xml
+
+      python /stuff/TestScripts/autotester.py /stuff/TestScripts/my_config.xml
 
    5. Add a directory in the workspace called 'sandbox'.
       Mine was at /stuff/ZopeTests/sandbox.
 
-   6. At this stage, you can test your configuration by running the shell script.
+   6. At this stage, you can test your configuration by running the
+      shell script.
 
-   7. Add an appropriate  crontab entry for the shell script.
+   7. Add an appropriate crontab entry for the shell script.