Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dscript.py164 def runShellCommandSeq(commandseq, log=None, cwd=None, env=None): argument
170 for command in commandseq:
216 …def executeShellCommandSeq(commandseq, checkCommand = None, timeout = 600.0, log = None, lineLimit… argument
236 def runInShell(commandseq, log, cwd, env): argument
247 … (self.output, self.error, self.status) = Script.runShellCommandSeq(commandseq, log, cwd, env)
258 return Script.runShellCommandSeq(commandseq, log, cwd, env)
260 (output, error, status) = runInShell(commandseq, log, cwd, env)
263 checkCommand(commandseq, status, output, error)