diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-27 19:44:45 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-27 19:44:45 +0000 |
commit | 7ee5a4e70f4cd673f8d9d26d1dcb00bc6f5d4337 (patch) | |
tree | d3f9c38a3a38eb3ee86f64ee19b72da2a2b31e15 /pactest/pmenv.py | |
parent | 7f086a4c5c5c3ce5707181a1b29a49e2e4e4353a (diff) | |
download | 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-x | pactest/pmenv.py | 2 |
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 |