aboutsummaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-03-11 13:51:48 +0100
committerholger krekel <holger@merlinux.eu>2011-03-11 13:51:48 +0100
commit85a355cb5243752d8d31c925953a8f4d580a5801 (patch)
tree3cde69f327095bf8443af3cc3fd86e3002fd071d /py
parentAdd a failing test about borrowed references. (diff)
downloadpypy-85a355cb5243752d8d31c925953a8f4d580a5801.tar.gz
pypy-85a355cb5243752d8d31c925953a8f4d580a5801.tar.bz2
pypy-85a355cb5243752d8d31c925953a8f4d580a5801.zip
actually exit with proper exit code
Diffstat (limited to 'py')
-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())