public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r13009 - main/branches/2.1.6/pym/portage/tests
@ 2009-03-11  6:44 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-03-11  6:44 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-03-11 06:44:05 +0000 (Wed, 11 Mar 2009)
New Revision: 13009

Modified:
   main/branches/2.1.6/pym/portage/tests/runTests
Log:
Fix failure exit status. Thanks to Brian Harring. (trunk r12765)

Modified: main/branches/2.1.6/pym/portage/tests/runTests
===================================================================
--- main/branches/2.1.6/pym/portage/tests/runTests	2009-03-11 06:43:30 UTC (rev 13008)
+++ main/branches/2.1.6/pym/portage/tests/runTests	2009-03-11 06:44:05 UTC (rev 13009)
@@ -16,5 +16,5 @@
 
 if __name__ == "__main__":
 	result = tests.main()
-	if result.failures:
+	if not result.wasSuccessful():
 		sys.exit(1)




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-11  6:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11  6:44 [gentoo-commits] portage r13009 - main/branches/2.1.6/pym/portage/tests Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox