Skip to content

Commit b8aef71

Browse files
Nikokrocksetton
authored andcommitted
Ensure to exit with status returned by the testsuite
This ensure --failure-exit-code is honored Change-Id: Icbd812bb15e85b392b19b9314e14f95e7e2ccd3c
1 parent 5b8e83e commit b8aef71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ if __name__ == '__main__':
176176
# to easily locate it.
177177
os.environ["PYTHON_EXEC_PATH"] = os.path.abspath(sys.executable)
178178
suite = MyTestsuite(os.path.dirname(__file__))
179-
suite.testsuite_main()
179+
sys.exit(suite.testsuite_main())

0 commit comments

Comments
 (0)