From 1970c9c4d2925930dbc858c49d7f92d096f5ffcf Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 5 Feb 2013 18:07:37 -0800 Subject: [PATCH] mk: Don't check core/std/rustc as part of check-fast When debugging check-fast it's annoying to wait through core/std --- mk/tests.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/mk/tests.mk b/mk/tests.mk index 4f10a45e578..7fc060e8301 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -592,9 +592,6 @@ $(3)/test/$$(FT_DRIVER)-$(2).out: \ --logfile tmp/$$(FT_DRIVER)-$(2).log 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 endef