From 31fcdec619a5d738221b6629ec5e48205b4e04fe Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Fri, 13 Dec 2013 20:53:12 +1000 Subject: Fix pactest README The --test option no longer exists. Signed-off-by: Allan McRae --- test/pacman/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test') 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 -- cgit v1.2.3-54-g00ecf