aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'py/bin/py.test')
-rwxr-xr-xpy/bin/py.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/bin/py.test b/py/bin/py.test
index fce754bf7c..8ecba0e406 100755
--- a/py/bin/py.test
+++ b/py/bin/py.test
@@ -1,3 +1,3 @@
#!/usr/bin/env python
from _findpy import pytest
-pytest.main()
+raise SystemExit(pytest.main())