Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22e4182

Browse files
committed
Describe -s a little more generically.
1 parent 0372af7 commit 22e4182

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Lib/test/regrtest.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
2323
2424
-v is incompatible with -g and does not compare test output files.
2525
26-
-s means to run only a single test and exit. This is useful when Purifying
27-
the Python interpreter. The file /tmp/pynexttest is read to find the next
28-
test to run. If this file is missing, the first test_*.py file in testdir or
29-
on the command line is used. (actually tempfile.gettempdir() is used instead
30-
of /tmp).
26+
-s means to run only a single test and exit. This is useful when doing memory
27+
analysis on the Python interpreter (which tend to consume to many resources to
28+
run the full regression test non-stop). The file /tmp/pynexttest is read to
29+
find the next test to run. If this file is missing, the first test_*.py file
30+
in testdir or on the command line is used. (actually tempfile.gettempdir() is
31+
used instead of /tmp).
3132
3233
"""
3334

0 commit comments

Comments
 (0)