freebsd-ports/graphics/jbig2dec/files/patch-test_jbig2dec.py
Sunpoet Po-Chuan Hsieh 76bfabb776 - Update to 0.12
- Add LICENSE_FILE
- Convert to new options helper
- Convert to new options target helper
- Convert to new test framework
- Remove EXTRACT_AFTER_ARGS
- Sort USES
- Use USES=shebangfix
- Repack test tarball
- Cosmetic change
- Split and rename patch files
- Regenerate patch files with makepatch:
- Update WWW
- Add git repository to WWW
- Take maintainership

Changes:	http://git.ghostscript.com/?p=jbig2dec.git;a=blob;f=CHANGES;hb=HEAD
2015-12-04 12:32:58 +00:00

10 lines
339 B
Python

--- test_jbig2dec.py.orig 2015-12-01 15:52:01 UTC
+++ test_jbig2dec.py
@@ -52,6 +52,7 @@ class SelfTestSuite:
(len(self.fails),len(self.tests)))
else:
self.stream.write('PASSED all %d tests\n' % len(self.tests))
+ return 1
class KnownFileHash(SelfTest):
'self test to check for correct decode of known test files'