Home
last modified time | relevance | path

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

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