about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-29 16:36:11 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-29 16:36:11 -0800
commitbcd3b1685ab8f0ed1ef2e78a9bc89afbdc5913eb (patch)
tree7146d21c1e0b9c21cd18547774714b3b129115e1
parent0d95b41148efbdb4179dfb0e4cd6d3643fdf3a31 (diff)
parent9092ebab20c73a2e40aaeecfa5b88ccffe7ea64f (diff)
downloadrust-bcd3b1685ab8f0ed1ef2e78a9bc89afbdc5913eb.tar.gz
rust-bcd3b1685ab8f0ed1ef2e78a9bc89afbdc5913eb.zip
rollup merge of #20230: bheesham/noshard
I forgot to do this in my previous PR. This should close #19145 .
-rw-r--r--mk/tests.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/mk/tests.mk b/mk/tests.mk
index 1a122572e43..3f189cb463c 100644
--- a/mk/tests.mk
+++ b/mk/tests.mk
@@ -74,14 +74,6 @@ endif
 TEST_LOG_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).log
 TEST_OK_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).ok
 
-# If we're sharding the testsuite between parallel testers,
-# pass this argument along to the compiletest and crate test
-# invocations.
-ifdef TEST_SHARD
-  CTEST_TESTARGS += --test-shard=$(TEST_SHARD)
-  CRATE_TEST_EXTRA_ARGS += --test-shard=$(TEST_SHARD)
-endif
-
 define DEF_TARGET_COMMANDS
 
 ifdef CFG_UNIXY_$(1)