mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Clean up the "docs".
This commit is contained in:
parent
c9f7c262bd
commit
ffd9328239
1 changed files with 16 additions and 7 deletions
|
|
@ -1,11 +1,20 @@
|
||||||
@rem Run Tests. Run the regression test suite.
|
@rem Run Tests. Run the regression test suite.
|
||||||
@rem Plain "rt" runs Release build, arguments passed on to regrtest.
|
@rem Usage: rt [-d] [-O] [-q] regrtest_args
|
||||||
@rem "rt -d" runs Debug build similarly, after shifting off -d.
|
@rem -d Run Debug build (python_d.exe). Else release build.
|
||||||
@rem Normally the tests are run twice, the first time after deleting
|
@rem -O Run python.exe or python_d.exe (see -d) with -O.
|
||||||
@rem all the .py[co] files from Lib/ and Lib/test/. But
|
@rem -q "quick" -- normally the tests are run twice, the first time
|
||||||
@rem "rt -q" (for Quick) runs the tests just once, and without
|
@rem after deleting all the .py[co] files reachable from Lib/.
|
||||||
@rem bothering to delete .py[co] files.
|
@rem -q runs the tests just once, and without deleting .py[co] files.
|
||||||
@rem "rt -O" runs python or python_d with -O (depending on -d).
|
@rem All leading instances of these switches are shifted off, and
|
||||||
|
@rem whatever remains is passed to regrtest.py. For example,
|
||||||
|
@rem rt -O -d -x test_thread
|
||||||
|
@rem runs
|
||||||
|
@rem python_d -O ../lib/test/regrtest.py -x test_thread
|
||||||
|
@rem twice, and
|
||||||
|
@rem rt -q -g test_binascii
|
||||||
|
@rem runs
|
||||||
|
@rem python_d ../lib/test/regrtest.py -g test_binascii
|
||||||
|
@rem to generate the expected-output file for binascii quickly.
|
||||||
@set _exe=python
|
@set _exe=python
|
||||||
@set _qmode=no
|
@set _qmode=no
|
||||||
@set _dashO=
|
@set _dashO=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue