From 85a355cb5243752d8d31c925953a8f4d580a5801 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 11 Mar 2011 13:51:48 +0100 Subject: actually exit with proper exit code --- py/bin/py.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py') 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()) -- cgit v1.2.3-65-gdbad