mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Mark MAKE_JOBS_SAFE - Use FreeBSD's SHA1-implementation - Add TESTS option default to off Submitted by: Mikhail T. <mi+thun _at_ aldan.algebra.com> by email Approved by: tabthorpe@ (co-mentor)
8 lines
261 B
Text
8 lines
261 B
Text
--- test_jbig2dec.py 2009-07-16 00:44:49.000000000 -0400
|
|
+++ test_jbig2dec.py 2010-08-03 14:59:23.000000000 -0400
|
|
@@ -53,4 +53,5 @@
|
|
else:
|
|
self.stream.write('PASSED all %d tests\n' % len(self.tests))
|
|
+ return 1
|
|
|
|
class KnownFileHash(SelfTest):
|