summaryrefslogtreecommitdiffstats
path: root/pactest/pmtest.py
diff options
context:
space:
mode:
authorNathan Jones <nathanj@insightbb.com>2007-11-12 22:54:30 +0100
committerDan McGee <dan@archlinux.org>2007-11-13 07:13:04 +0100
commitca262623fcec32952d4a59ac3003c82c94297ce1 (patch)
treeaf441062397affaba34b34a6582027bd0ce06fe3 /pactest/pmtest.py
parent07243f74d1d4277a296c3eb23e876ed48c015e68 (diff)
downloadpacman-ca262623fcec32952d4a59ac3003c82c94297ce1.tar.gz
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-xpactest/pmtest.py1
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": []
}