diff options
author | Nathan Jones <nathanj@insightbb.com> | 2007-11-12 16:54:30 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-13 00:13:04 -0600 |
commit | ca262623fcec32952d4a59ac3003c82c94297ce1 (patch) | |
tree | af441062397affaba34b34a6582027bd0ce06fe3 /pactest/pmtest.py | |
parent | 07243f74d1d4277a296c3eb23e876ed48c015e68 (diff) | |
download | pacman-ca262623fcec32952d4a59ac3003c82c94297ce1.tar.xz |
Add pactest for IgnoreGroup.
Also tell pactest to reset IgnoreGroup like it does for IgnorePkg.
Signed-off-by: Nathan Jones <nathanj@insightbb.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/pmtest.py')
-rwxr-xr-x | pactest/pmtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pactest/pmtest.py b/pactest/pmtest.py index 00dd3cbc..e0b3fd44 100755 --- a/pactest/pmtest.py +++ b/pactest/pmtest.py @@ -84,6 +84,7 @@ class pmtest: self.option = { "noupgrade": [], "ignorepkg": [], + "ignoregroup": [], "noextract": [] } |