Skip to content

Commit 9092eba

Browse files
author
Bheesham Persaud
committed
Removed the sharding bit from mk/tests.mk
I forgot to do this in my previous PR. This should close #19145 . modified: mk/tests.mk
1 parent 5ba6102 commit 9092eba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mk/tests.mk

-8
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)