summaryrefslogtreecommitdiffstats
path: root/pactest
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-23 03:10:56 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-23 03:10:56 +0100
commitd584d8c06842cec99bff1e07b565ee0511cfade8 (patch)
treeb1563526d705c6d52a061de93fe4c738effcceb2 /pactest
parentc799433e423d5bdd6737b81483de82b9e98aed46 (diff)
downloadpacman-d584d8c06842cec99bff1e07b565ee0511cfade8.tar.gz
pacman-d584d8c06842cec99bff1e07b565ee0511cfade8.tar.xz
* Modified the handling and output w.r.t. IgnorePkg entries. -Sy always ignores
these packages, but -S explicitly asks for confirmation.
Diffstat (limited to 'pactest')
-rwxr-xr-xpactest/pactest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pactest/pactest.py b/pactest/pactest.py
index 27b0e30b..c7ce619a 100755
--- a/pactest/pactest.py
+++ b/pactest/pactest.py
@@ -34,6 +34,7 @@ def resolveBinPath(option, opt_str, value, parser):
def globTests(option, opt_str, value, parser):
globlist = []
globlist.extend(glob.glob(value))
+ print "globlist=%s" % globlist
setattr(parser.values, option.dest, globlist)
def createOptParser():