summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-12-13 20:53:12 +1000
committerAllan McRae <allan@archlinux.org>2013-12-15 20:09:37 +1000
commit31fcdec619a5d738221b6629ec5e48205b4e04fe (patch)
tree7b061b5c212204424f1406e97984772f59a2eedc /test
parente8ec7e54e5c293fd4e3e36b8aeb4f7d60a44a466 (diff)
downloadpacman-31fcdec619a5d738221b6629ec5e48205b4e04fe.tar.xz
Fix pactest README
The --test option no longer exists. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r--test/pacman/README5
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