Searched refs:runShellCommandSeq (Results 1 – 1 of 1) sorted by relevance
| /petsc/config/BuildSystem/ |
| H A D | script.py | 161 return Script.runShellCommandSeq([command], log=log, cwd=cwd, env=env) 164 def runShellCommandSeq(commandseq, log=None, cwd=None, env=None): member in Script 247 … (self.output, self.error, self.status) = Script.runShellCommandSeq(commandseq, log, cwd, env) 258 return Script.runShellCommandSeq(commandseq, log, cwd, env)
|