]> git.lizzy.rs Git - rust.git/commitdiff
Removed the sharding bit from mk/tests.mk
authorBheesham Persaud <bheesham123@hotmail.com>
Wed, 24 Dec 2014 07:33:10 +0000 (02:33 -0500)
committerBheesham Persaud <bheesham123@hotmail.com>
Thu, 25 Dec 2014 21:22:06 +0000 (16:22 -0500)
I forgot to do this in my previous PR. This should close #19145 .

modified:   mk/tests.mk

mk/tests.mk

index 1a122572e434c4c7a05f3c906209735fcbdab964..3f189cb463c8573435ea321c91984f2fd6b080a2 100644 (file)
@@ -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)