[pacman-dev] [PATCH] Fix pactest README
The --tests option no longer exists. Signed-off-by: Allan McRae <allan@archlinux.org> --- test/pacman/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/pacman/README b/test/pacman/README index 958ff28..c7aeb10 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 -- 1.8.5.1
participants (1)
-
Allan McRae