summaryrefslogtreecommitdiffstats
path: root/pactest/pmdb.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-18 01:47:30 +0200
committerDan McGee <dan@archlinux.org>2010-05-18 01:47:30 +0200
commita6ace987a913852af30bb5e3ae6bf145dc9c6157 (patch)
treebab1c477eda951edf1c9ea51103ae3b0f23060f2 /pactest/pmdb.py
parent3a85f83840888cbab09f2413fa3eb7c3b71055e5 (diff)
downloadpacman-a6ace987a913852af30bb5e3ae6bf145dc9c6157.tar.gz
pacman-a6ace987a913852af30bb5e3ae6bf145dc9c6157.tar.xz
Add some machinery to test the Include directive
After the previous patch that re-enabled its use outside of sync repository sections which we had unintentionally disabled. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/pmdb.py')
-rwxr-xr-xpactest/pmdb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pactest/pmdb.py b/pactest/pmdb.py
index cfa146bd..8cb1b832 100755
--- a/pactest/pmdb.py
+++ b/pactest/pmdb.py
@@ -85,6 +85,7 @@ class pmdb:
self.treename = treename
self.dbdir = dbdir
self.pkgs = []
+ self.option = {}
def __str__(self):
return "%s" % self.treename