From 25223d679078dc756bbd8aea46f713259a4365ee Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 26 Feb 2007 08:19:02 +0000 Subject: * 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) --- pactest/pmdb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pactest/pmdb.py') 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" \ -- cgit v1.2.3-24-g4f1b