diff options
author | Allan McRae <allan@archlinux.org> | 2013-12-13 20:53:12 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-12-15 20:09:37 +1000 |
commit | 31fcdec619a5d738221b6629ec5e48205b4e04fe (patch) | |
tree | 7b061b5c212204424f1406e97984772f59a2eedc /test/pacman/README | |
parent | e8ec7e54e5c293fd4e3e36b8aeb4f7d60a44a466 (diff) |
Fix pactest README
The --test option no longer exists.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/README')
-rw-r--r-- | test/pacman/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/pacman/README b/test/pacman/README index 958ff287..c7aeb10a 100644 --- a/test/pacman/README +++ b/test/pacman/README @@ -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 |