Skip to content

Commit

Permalink
rollup merge of rust-lang#20230: bheesham/noshard
Browse files Browse the repository at this point in the history
I forgot to do this in my previous PR. This should close rust-lang#19145 .
  • Loading branch information
alexcrichton committed Dec 30, 2014
2 parents 0d95b41 + 9092eba commit bcd3b16
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bcd3b16

Please sign in to comment.