You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/bam/files/0.4.0/bam-0.4.0-test.py.patch

12 lines
266 B

--- scripts/test.py.old 2010-03-22 19:23:23.000000000 +0100
+++ scripts/test.py 2010-03-22 19:23:43.000000000 +0100
@@ -178,6 +178,8 @@
print "FAILED TESTS:"
for t in failed_tests:
print "\t"+t
+ sys.exit(1)
else:
print "ALL TESTS PASSED!"
+ sys.exit(0)