projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6430ac
)
Fix failure exit status. Thanks to Brian Harring. (trunk r12765)
author
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Mar 2009 06:44:05 +0000
(06:44 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Mar 2009 06:44:05 +0000
(06:44 -0000)
svn path=/main/branches/2.1.6/; revision=13009
pym/portage/tests/runTests
patch
|
blob
|
history
diff --git
a/pym/portage/tests/runTests
b/pym/portage/tests/runTests
index 6781796f8d7f8c8a0bcbfb26dfccee47020f3eb1..55e07c5148983d4f55d5b038dce6e7b8ed8e341d 100755
(executable)
--- a/
pym/portage/tests/runTests
+++ b/
pym/portage/tests/runTests
@@
-16,5
+16,5
@@
import portage.tests as tests
if __name__ == "__main__":
result = tests.main()
- if
result.failures
:
+ if
not result.wasSuccessful()
:
sys.exit(1)