Searched refs:pipefail (Results 1 – 14 of 14) sorted by relevance
/external/llvm/utils/lit/lit/ |
D | ShCommands.py | 55 def toShell(self, file, pipefail=False): argument 56 if pipefail != self.pipe_err: 82 def toShell(self, file, pipefail=False): argument 83 self.lhs.toShell(file, pipefail) 85 self.rhs.toShell(file, pipefail)
|
D | TestingConfig.py | 66 pipefail = True) 115 available_features, pipefail): argument 127 self.pipefail = pipefail
|
D | ShUtil.py | 172 def __init__(self, data, win32Escapes = False, pipefail = False): argument 174 self.pipefail = pipefail 230 return Pipeline(commands, negate, self.pipefail)
|
D | TestRunner.py | 241 test.config.pipefail).parse()) 281 if test.config.pipefail:
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
D | check_objc_rename.sh | 38 set -o pipefail
|
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
D | Makefile.in | 72 …set -o pipefail && ( ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET)…
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | Makefile.in | 72 …set -o pipefail && ( ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET)…
|
/external/compiler-rt/test/ubsan/ |
D | lit.common.cfg | 47 config.pipefail = False
|
/external/chromium_org/chrome/installer/linux/debian/ |
D | build.sh | 11 set -o pipefail
|
/external/mksh/src/ |
D | sh_flags.gen | 49 FN("pipefail", FPIPEFAIL, OF_ANY, 0)
|
D | sh_flags.opt | 109 FN("pipefail", FPIPEFAIL, OF_ANY
|
D | check.t | 6906 Check that "set -o pipefail" does what it's supposed to 6910 echo 3 "$("$__progname" -o pipefail -c '(exit 12) | (exit 23) | (exit 42); echo $?')" . 6911 echo 4 "$("$__progname" -o pipefail -c '! (exit 12) | (exit 23) | (exit 42); echo $?')" . 6914 echo 7 "$("$__progname" -o pipefail -c '(exit 23) | (exit 42) | :; echo $?')" . 6915 echo 8 "$("$__progname" -o pipefail -c '! (exit 23) | (exit 42) | :; echo $?')" . 6916 echo 9 "$("$__progname" -o pipefail -c 'x=$( (exit 23) | (exit 42) | :); echo $?')" .
|
/external/chromium_org/chrome/installer/mac/ |
D | keystone_install.sh | 59 set -o pipefail
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 318 **pipefail** Normally a test using a shell pipe fails if any of the commands
|