Fix pactest README
The --test option no longer exists. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
e8ec7e54e5
commit
31fcdec619
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue