about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-02-05 18:07:37 -0800
committerBrian Anderson <banderson@mozilla.com>2013-02-05 20:02:48 -0800
commit1970c9c4d2925930dbc858c49d7f92d096f5ffcf (patch)
treed1843e7876e1abddc56559ce1778f8d9c3d6350d
parent0e913a4c901ab8e48e37e7b027e18bd5214b9688 (diff)
downloadrust-1970c9c4d2925930dbc858c49d7f92d096f5ffcf.tar.gz
rust-1970c9c4d2925930dbc858c49d7f92d096f5ffcf.zip
mk: Don't check core/std/rustc as part of check-fast
When debugging check-fast it's annoying to wait through core/std
-rw-r--r--mk/tests.mk3
1 files changed, 0 insertions, 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