From ca262623fcec32952d4a59ac3003c82c94297ce1 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Mon, 12 Nov 2007 16:54:30 -0500 Subject: Add pactest for IgnoreGroup. Also tell pactest to reset IgnoreGroup like it does for IgnorePkg. Signed-off-by: Nathan Jones Signed-off-by: Dan McGee --- pactest/pmtest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pactest/pmtest.py') 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": [] } -- cgit v1.2.3-24-g4f1b