Description: Exit with exit status code of pytest rather than ignoring result
Author: Nilesh Patra <nilesh@debian.org>
Forwarded: not-needed, these have landed independently already
Last-Update: 2022-11-19
--- a/run-tests
+++ b/run-tests
@@ -38,4 +38,4 @@
     if len(sys.argv) == 1:
         sys.argv.append('tests')
 
-    pytest.main()
+    sys.exit(pytest.main())
