mirror of https://github.com/rust-lang/rust.git
mk: Don't check core/std/rustc as part of check-fast
When debugging check-fast it's annoying to wait through core/std
This commit is contained in:
parent
0e913a4c90
commit
1970c9c4d2
|
@ -592,9 +592,6 @@ $(3)/test/$$(FT_DRIVER)-$(2).out: \
|
||||||
--logfile tmp/$$(FT_DRIVER)-$(2).log
|
--logfile tmp/$$(FT_DRIVER)-$(2).log
|
||||||
|
|
||||||
check-fast-T-$(2)-H-$(3): \
|
check-fast-T-$(2)-H-$(3): \
|
||||||
check-stage2-T-$(2)-H-$(3)-rustc \
|
|
||||||
check-stage2-T-$(2)-H-$(3)-core \
|
|
||||||
check-stage2-T-$(2)-H-$(3)-std \
|
|
||||||
$(3)/test/$$(FT_DRIVER)-$(2).out
|
$(3)/test/$$(FT_DRIVER)-$(2).out
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue