Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r76124:c195a8bc4ff5 Date: 2015-02-25 12:08 +0100 http://bitbucket.org/pypy/pypy/changeset/c195a8bc4ff5/
Log: wat diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py --- a/pypy/tool/pytest/apptest.py +++ b/pypy/tool/pytest/apptest.py @@ -35,8 +35,8 @@ try: target(*args) except OperationError, e: - if self.config.option.verbose: - raise + #if self.config.option.verbose: + # raise tb = sys.exc_info()[2] if e.match(space, space.w_KeyboardInterrupt): raise KeyboardInterrupt, KeyboardInterrupt(), tb _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit