diff tests/README @ 2207:8a2a7f7d9df6

Delete the shell version of run-tests Use the python version instead
author Stephen Darnell <stephen@darnell.plus.com>
date Thu, 04 May 2006 15:47:18 -0700
parents 7544700fd931
children e506c14382fd
line wrap: on
line diff
--- a/tests/README	Thu May 04 15:42:14 2006 -0700
+++ b/tests/README	Thu May 04 15:47:18 2006 -0700
@@ -3,7 +3,7 @@
 To run the tests, do:
 
 cd tests/
-./run-tests
+python run-tests.py
 
 This finds all scripts in the test directory named test-* and executes
 them. The scripts can be either shell scripts or Python. Each test is