summaryrefslogtreecommitdiffstats
path: root/pactest/pmenv.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-27 20:44:45 +0100
committerDan McGee <dan@archlinux.org>2007-02-27 20:44:45 +0100
commit7ee5a4e70f4cd673f8d9d26d1dcb00bc6f5d4337 (patch)
treed3f9c38a3a38eb3ee86f64ee19b72da2a2b31e15 /pactest/pmenv.py
parent7f086a4c5c5c3ce5707181a1b29a49e2e4e4353a (diff)
downloadpacman-7ee5a4e70f4cd673f8d9d26d1dcb00bc6f5d4337.tar.gz
pacman-7ee5a4e70f4cd673f8d9d26d1dcb00bc6f5d4337.tar.xz
* Added another test- I believe it is a possible situation and one we need to
deal with. Currently, libalpm with AND without Nagy's patch fails it. * Slight spacing update to pmenv.py.
Diffstat (limited to 'pactest/pmenv.py')
-rwxr-xr-xpactest/pmenv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pactest/pmenv.py b/pactest/pmenv.py
index 9dfcf84f..3a2ecb14 100755
--- a/pactest/pmenv.py
+++ b/pactest/pmenv.py
@@ -107,7 +107,7 @@ class pmenv:
print "[PASSED]",
else:
print "[FAILED]",
- print "%s Rules:OK = %2u FAIL = %2u SKIP = %2u" \
+ print "%s Rules: OK = %2u FAIL = %2u SKIP = %2u" \
% (test.testname.ljust(32), success, fail, rules - (success + fail))
print "=========="*8