We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8e83e commit b8aef71Copy full SHA for b8aef71
testsuite/run-tests
@@ -176,4 +176,4 @@ if __name__ == '__main__':
176
# to easily locate it.
177
os.environ["PYTHON_EXEC_PATH"] = os.path.abspath(sys.executable)
178
suite = MyTestsuite(os.path.dirname(__file__))
179
- suite.testsuite_main()
+ sys.exit(suite.testsuite_main())
0 commit comments