Home
last modified time | relevance | path

Searched full:pipefail (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/external/llvm/utils/lit/lit/
DShCommands.py55 def toShell(self, file, pipefail=False): argument
56 if pipefail != self.pipe_err:
57 raise ValueError('Inconsistent "pipefail" attribute!')
82 def toShell(self, file, pipefail=False): argument
83 self.lhs.toShell(file, pipefail)
85 self.rhs.toShell(file, pipefail)
DTestingConfig.py73 pipefail = True)
122 available_features, pipefail, limit_to_features = [], argument
135 self.pipefail = pipefail
DShUtil.py172 def __init__(self, data, win32Escapes = False, pipefail = False): argument
174 self.pipefail = pipefail
230 return Pipeline(commands, negate, self.pipefail)
/external/bazelbuild-rules_android/test/bashunit/
Dunittest_test.py227 set -euo pipefail
252 set -euo pipefail
278 set -euo pipefail
298 set +o pipefail
318 set -euo pipefail
580 set -euo pipefail
657 set -euo pipefail
681 set -euo pipefail
711 set -euo pipefail
/external/rust/crates/pdl-compiler/
Dcargo2android_toplevel.bp236 cmd: "set -o pipefail;" +
260 cmd: "set -o pipefail;" +
320 cmd: "set -o pipefail;" +
359 cmd: "set -o pipefail;" +
391 cmd: "set -o pipefail;" +
430 cmd: "set -o pipefail;" +
DAndroid.bp296 cmd: "set -o pipefail;" +
320 cmd: "set -o pipefail;" +
380 cmd: "set -o pipefail;" +
419 cmd: "set -o pipefail;" +
451 cmd: "set -o pipefail;" +
490 cmd: "set -o pipefail;" +
/external/python/google-auth-library-python/.kokoro/
Dtest-samples-against-head.sh21 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero
22 set -eo pipefail
Dtest-samples.sh22 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero
23 set -eo pipefail
Dtest-samples-impl.sh18 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero
19 set -eo pipefail
/external/python/python-api-core/.kokoro/
Dtest-samples-against-head.sh21 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero
22 set -eo pipefail
Dtest-samples.sh22 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero
23 set -eo pipefail
Dtest-samples-impl.sh18 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero
19 set -eo pipefail
/external/python/google-api-python-client/.kokoro/
Dtest-samples-against-head.sh21 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero
22 set -eo pipefail
Dtest-samples.sh22 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero
23 set -eo pipefail
Dtest-samples-impl.sh18 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero
19 set -eo pipefail
/external/bazelbuild-rules_rust/examples/bzlmod/cross_compile/
Dhello_world_test.sh5 set -uo pipefail; set +e; f=bazel_tools/tools/bash/runfiles/runfiles.bash
15 set -euo pipefail
/external/bazelbuild-rules_rust/examples/bzlmod/hello_world/
Dhello_world_test.sh5 set -uo pipefail; set +e; f=bazel_tools/tools/bash/runfiles/runfiles.bash
15 set -euo pipefail
/external/bazelbuild-rules_rust/examples/bzlmod/all_crate_deps/
Dall_crate_deps_test.sh5 set -uo pipefail; set +e; f=bazel_tools/tools/bash/runfiles/runfiles.bash
15 set -euo pipefail
/external/python/pyyaml/.github/workflows/
Dci.yaml192 # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
196 shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
228 shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
244 # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
251 # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
Dmanual_artifact_build.yaml190 run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
194 shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
226 shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }}
242 run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
249 run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
/external/vboot_reference/tests/futility/
Dtest_main.sh33 set -o pipefail
55 set +o pipefail
/external/bazelbuild-rules_python/
DBUILD.bazel68 set -o errexit -o nounset -o pipefail
72 set -o errexit -o nounset -o pipefail
/external/expat/.github/workflows/
Dfuzzing.yml64 set -x -o pipefail
109 set -x -o pipefail
/external/bazelbuild-rules_android/kokoro/presubmit/
Dpresubmit_main.sh27 set -euxo pipefail
47 set -euxo pipefail
/external/perfetto/infra/oss-fuzz/
Dinit_container6 set -euo pipefail

12345678910>>...24