Home
last modified time | relevance | path

Searched refs:shenv (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTestRunner.py151 def executeShCmd(cmd, shenv, results, timeout=0): argument
271 def executeBuiltinCd(cmd, shenv): argument
278 shenv.cwd = newdir
280 shenv.cwd = os.path.realpath(os.path.join(shenv.cwd, newdir))
285 def executeBuiltinExport(cmd, shenv): argument
289 updateEnv(shenv, cmd.args)
292 def executeBuiltinEcho(cmd, shenv): argument
635 cmd_shenv = shenv
648 if cmd_shenv is shenv:
649 cmd_shenv = ShellEnvironment(shenv.cwd, shenv.env)
[all …]