Searched refs:toShell (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DShCommands.py16 def toShell(self, file): member in class:Command
55 def toShell(self, file, pipefail=False): member in class:Pipeline
61 cmd.toShell(file)
82 def toShell(self, file, pipefail=False): member in class:Seq
83 self.lhs.toShell(file, pipefail)
85 self.rhs.toShell(file, pipefail)
H A DTestRunner.py311 cmd.toShell(f, pipefail = True)

Completed in 119 milliseconds