We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bin/test
py/procedure-return-value-used
1 parent 5a1388c commit 2637b68Copy full SHA for 2637b68
1 file changed
bin/test
@@ -11,6 +11,6 @@ base = os.path.dirname(base)
11
sys.argv[0] = os.path.abspath(sys.argv[0])
12
13
if __name__ == '__main__':
14
- sys.exit(zope.testrunner.run((['--auto-color', '--verbose']) + [
+ zope.testrunner.run((['--auto-color', '--verbose']) + [
15
'--test-path', join(base, 'src'),
16
- ]))
+ ])
0 commit comments