about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2023-10-19 09:16:55 +0200
committerJakub Beránek <berykubik@gmail.com>2023-10-19 09:22:34 +0200
commit8ff2954150d96e1765cd695352948538c2ee9b3c (patch)
tree81d929b8b6a9aaabd4714f48a1aa1d5d77cacaac /compiler/rustc_codegen_llvm/src/coverageinfo
parent36b61e5aa593cc60cc92fc548b0d351e414aee2a (diff)
downloadrust-8ff2954150d96e1765cd695352948538c2ee9b3c.tar.gz
rust-8ff2954150d96e1765cd695352948538c2ee9b3c.zip
Fix x64_64-gnu-llvm-15 CI tests
There were two command chains separated by `&&` in the script, and since `set -e` doesn't exit for chained commands, if the first chain has failed, the command would happily continue forward, ignoring any test failures.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/coverageinfo')
0 files changed, 0 insertions, 0 deletions