Author: Ronan Lamy <[email protected]>
Branch: apptest-file
Changeset: r97038:0cc7bfd94fd8
Date: 2019-07-31 14:05 +0100
http://bitbucket.org/pypy/pypy/changeset/0cc7bfd94fd8/

Log:    fix option name

diff --git a/pypy/doc/contributing.rst b/pypy/doc/contributing.rst
--- a/pypy/doc/contributing.rst
+++ b/pypy/doc/contributing.rst
@@ -335,7 +335,7 @@
 `cpyext`, to compare and contrast test results between CPython and PyPy.
 
 App-level tests run directly on the host interpreter when passing `-D` or
-`--apptest-direct` to `pytest`::
+`--direct-apptest` to `pytest`::
 
     pypy3 -m pytest -D pypy/interpreter/test/apptest_pyframe.py
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to