Fix pactest README

The --test option no longer exists.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2013-12-13 20:53:12 +10:00
parent e8ec7e54e5
commit 31fcdec619

View file

@ -52,13 +52,12 @@ Upon completion, it checks that:
Usage
=====
pactest will run the suite of tests defined by the "--test" parameter.
pactest will run the suite of test files passed as arguments.
Example:
./pactest.py --test tests/*.py
./pactest.py tests/*.py
This example will run all tests from the "tests" directory.
Note: several "--test" options can be passed to pactest.
Use the "help" option to get the full list of parameters:
./pactest.py --help