Home
last modified time | relevance | path

Searched defs:rt_opts (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Tools/buildbot/
H A Dtest.bat7 set rt_opts=-q -d variable
12 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
13 if "%1"=="-arm64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
14 if "%1"=="-arm32" (set rt_opts=%rt_opts% %1) & (set arm32_ssh=true) & shift & goto CheckOpts variable
15 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts variable
16 if "%1"=="-O" (set rt_opts variable
17 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts global() variable
18 if "%1"=="+d" (set rt_opts=%rt_opts:-d=%) & shift & goto CheckOpts global() variable
19 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts global() variable
[all...]

Completed in 1 milliseconds