File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments