Skip to content

Commit bcd3b16

Browse files
committed
rollup merge of rust-lang#20230: bheesham/noshard
I forgot to do this in my previous PR. This should close rust-lang#19145 .
2 parents 0d95b41 + 9092eba commit bcd3b16

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mk/tests.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ endif
7474
TEST_LOG_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).log
7575
TEST_OK_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).ok
7676

77-
# If we're sharding the testsuite between parallel testers,
78-
# pass this argument along to the compiletest and crate test
79-
# invocations.
80-
ifdef TEST_SHARD
81-
CTEST_TESTARGS += --test-shard=$(TEST_SHARD)
82-
CRATE_TEST_EXTRA_ARGS += --test-shard=$(TEST_SHARD)
83-
endif
84-
8577
define DEF_TARGET_COMMANDS
8678

8779
ifdef CFG_UNIXY_$(1)

0 commit comments

Comments
 (0)