diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-11-11 19:20:01 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-11-28 22:53:24 +1000 |
commit | 5312e683fcc800e528c01d652aab30e862e44a0b (patch) | |
tree | 5890a6e607e4c9f7478c125ad09e07b700bfb324 /test/pacman/tests/TESTS | |
parent | 8ad893732d44960d04cb476c436b7ea045626f07 (diff) |
hooks: pass matched targets to hooks
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/TESTS')
-rw-r--r-- | test/pacman/tests/TESTS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/tests/TESTS b/test/pacman/tests/TESTS index afd2e698..e330896b 100644 --- a/test/pacman/tests/TESTS +++ b/test/pacman/tests/TESTS @@ -59,6 +59,7 @@ TESTS += test/pacman/tests/hook-invalid-trigger.py TESTS += test/pacman/tests/hook-pkg-install-trigger-match.py TESTS += test/pacman/tests/hook-pkg-remove-trigger-match.py TESTS += test/pacman/tests/hook-pkg-upgrade-trigger-match.py +TESTS += test/pacman/tests/hook-target-list.py TESTS += test/pacman/tests/hook-upgrade-trigger-no-match.py TESTS += test/pacman/tests/ignore001.py TESTS += test/pacman/tests/ignore002.py |