diff options
-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 |