mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
c6e1fbf8eb
This special case in `output_base_dir` had the unfortunate side-effect of causing all run-make tests to share the same `stamp` file. So as soon as any one of them succeeded, all of the failed tests would be considered up-to-date and would no longer run in subsequent test invocations.