Author: Amaury Forgeot d'Arc <amaur...@gmail.com>
Branch: py3.5
Changeset: r90966:846a7740a9e2
Date: 2017-04-05 15:45 +0200
http://bitbucket.org/pypy/pypy/changeset/846a7740a9e2/

Log:    Display the reason for skipped lib-python tests

diff --git a/testrunner/lib_python_tests.py b/testrunner/lib_python_tests.py
--- a/testrunner/lib_python_tests.py
+++ b/testrunner/lib_python_tests.py
@@ -15,6 +15,7 @@
     [sys.executable, "pypy/test_all.py",
      "--pypy=pypy/goal/pypy3-c",
      "--timeout=3600",
+     "-rs",
      "--resultlog=cpython.log", "lib-python",
      ] + sys.argv[1:],
     cwd=rootdir)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to