[pypy-svn] pypy default: actually exit with proper exit code

hpk42 commits-noreply at bitbucket.org
Fri Mar 11 13:52:32 CET 2011


Author: holger krekel <holger at merlinux.eu>
Branch: 
Changeset: r42509:4385c59d38f7
Date: 2011-03-11 13:51 +0100
http://bitbucket.org/pypy/pypy/changeset/4385c59d38f7/

Log:	actually exit with proper exit code

diff --git a/py/bin/py.test b/py/bin/py.test
--- 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())


More information about the Pypy-commit mailing list