Home
last modified time | relevance | path

Searched defs:regrtest_args (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Tools/buildbot/
Dtest.bat7 set regrtest_args= variable
16 if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts variable
/external/python/cpython3/Tools/buildbot/
Dtest.bat8 set regrtest_args=-j1 variable
20 if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts variable
/external/python/cpython3/Tools/scripts/
Drun_tests.py23 def main(regrtest_args): argument