]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - README
Merge wvtest.py and wvtestmain.py into one file.
[wvtest.git] / README
diff --git a/README b/README
index 4f6aab1df6bd5efe9f28c03dae6685d03ecf09dd..ba1837dd70060a8eaca91414a617f75b9ec0ac85 100644 (file)
--- a/README
+++ b/README
@@ -172,7 +172,7 @@ WvTest provides a simple perl script called wvtestrun, which
 runs a test program and parses its output.  It works like this:
 
        cd python
-       ../wvtestrun python ./wvtestmain.py t/twvtest.py
+       ../wvtestrun ./wvtest.py t/twvtest.py
 
 (Why can't we just pipe the output to wvtestrun, instead of
  having wvtestrun run the test program?  Three reasons: first, a
@@ -298,7 +298,7 @@ With python, since there's no linker, you have to just tell it
 which files to run:
 
        cd python
-       ../wvtestrun ./wvtestmain.py ...filenames...
+       ../wvtestrun ./wvtest.py ...filenames...
 
 
 What else can parse WvTest output?