HomeSort by relevance Sort by last modified time
    Searched refs:pipefail (Results 26 - 30 of 30) sorted by null

12

  /external/vboot_reference/tests/futility/
test_sign_firmware.sh 33 set -o pipefail
  /external/toybox/scripts/
make.sh 7 set -o pipefail
  /external/llvm/utils/release/
test-release.sh 469 # Note: pipefail is necessary for running build commands through
472 set -o pipefail
  /external/llvm/utils/lit/lit/
TestRunner.py 443 test.config.pipefail).parse())
520 if test.config.pipefail:
521 f.write('set -o pipefail;')
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestRunner.py 306 print >>f, 'set -o pipefail'
307 cmd.toShell(f, pipefail = True)

Completed in 411 milliseconds

12