rust/tests/ui-fulldeps/internal-lints
bors 9e3f784eb2 Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrum
Fix x86_64-gnu-llvm-15 CI tests

The CI script was broken - if there was a test failure in the first command chain (inside the `if`), CI would not report the failure.

It happened because 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 script would happily continue forward, ignoring any test failures.

This could be fixed e.g. by adding some `|| exit 1` to the first chain, but I suppose that the `&&` chaining is unnecessary here anyway.

Reported [on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/test.20failure.20didn't.20stop.20CI).

Fixes: https://github.com/rust-lang/rust/issues/116867
2023-10-22 02:00:29 +00:00
..
bad_opt_access.rs
bad_opt_access.stderr
default_hash_types.rs
default_hash_types.stderr
diagnostics.ftl errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
diagnostics.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
diagnostics.stderr Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
lint_pass_impl_without_macro.rs Remove rustc_lint_defs::lint_array 2023-09-28 23:01:25 +02:00
lint_pass_impl_without_macro.stderr
qualified_ty_ty_ctxt.rs
qualified_ty_ty_ctxt.stderr
query_stability.rs
query_stability.stderr
rustc_pass_by_value.rs
rustc_pass_by_value.stderr
span_use_eq_ctxt.rs Fix span_use_eq_ctxt test 2023-10-19 10:41:20 +02:00
span_use_eq_ctxt.stderr Fix span_use_eq_ctxt test 2023-10-19 10:41:20 +02:00
ty_tykind_usage.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00
ty_tykind_usage.stderr bless ui-fulldeps 2023-10-20 21:14:02 +00:00