summaryrefslogtreecommitdiffstats
path: root/pactest/pmdb.py
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-26 09:19:02 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-26 09:19:02 +0100
commit25223d679078dc756bbd8aea46f713259a4365ee (patch)
treef9775e7ac9e2f259d8dc4b2f86434264498276ba /pactest/pmdb.py
parent4a75e42f124929d5e4d0d2e3f35869747227ba5f (diff)
downloadpacman-25223d679078dc756bbd8aea46f713259a4365ee.tar.gz
pacman-25223d679078dc756bbd8aea46f713259a4365ee.tar.xz
* corrected (IMO) --debug usage with pactest. --debug is now passed straight
through to pacman, whereas --verbose affects the pactest output - this cleans up the standard test output significantly * sorted tests a bit better, sectioning off failed tests AFTER successful tests, to make it easier to see what failed at a glance * added a 'testname' member to pmtest, which strips path info (cleaner output)
Diffstat (limited to 'pactest/pmdb.py')
-rwxr-xr-xpactest/pmdb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pactest/pmdb.py b/pactest/pmdb.py
index 1d5f7459..29d35ba1 100755
--- a/pactest/pmdb.py
+++ b/pactest/pmdb.py
@@ -344,8 +344,8 @@ class pmdb:
if not oldpkg:
return 0
- #dbg("oldpkg.checksum : %s" % oldpkg.checksum)
- #dbg("oldpkg.mtime : %s" % oldpkg.mtime)
+ vprint("\toldpkg.checksum : %s" % oldpkg.checksum)
+ vprint("\toldpkg.mtime : %s" % oldpkg.mtime)
for key in pkg.mtime.keys():
if key == "install" \