Skip to content

Commit

Permalink
Auto merge of rust-lang#113450 - Nilstrieb:src/bootstrap/test.rs, r=f…
Browse files Browse the repository at this point in the history
…lip1995

Fail the build if clippy tests don't pass

This was removed in
rust-lang@de69d55#diff-8479eab02701e686aedb15b567dc8fc31220c6e4efb9565ccc9d662b7fee2214 which caused CI to ignore clippy failures. This adds back the exit, which should cause CI to fail again if a test is broken (like right now, as clippy tests are broken on master).

Also see https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/CI.20doesn't.20care.20about.20clippy.20test.20failures.20but.20only.20sometime

r? flip1995
  • Loading branch information
bors committed Jul 8, 2023
2 parents 1816caa + 31d50a6 commit b485e4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
9 changes: 0 additions & 9 deletions tests/ui/to_string_in_format_args_incremental.rs

This file was deleted.

10 changes: 0 additions & 10 deletions tests/ui/to_string_in_format_args_incremental.stderr

This file was deleted.

0 comments on commit b485e4f

Please sign in to comment.