We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba6102 commit 9092ebaCopy full SHA for 9092eba
mk/tests.mk
@@ -74,14 +74,6 @@ endif
74
TEST_LOG_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).log
75
TEST_OK_FILE=tmp/check-stage$(1)-T-$(2)-H-$(3)-$(4).ok
76
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
-
85
define DEF_TARGET_COMMANDS
86
87
ifdef CFG_UNIXY_$(1)
0 commit comments