Skip to content

Commit

Permalink
[netcore] Add missing 'prepare' dependency to run-tests-corefx
Browse files Browse the repository at this point in the history
Commit migrated from mono/mono@2152f0a
  • Loading branch information
akoeplinger committed Aug 28, 2019
1 parent 09e111f commit ead4290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/netcore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ corefx/.stamp-dl-corefx-tests-$(NETCORETESTS_VERSION):
# Running individual test: MONO_ENV_OPTIONS="--debug" make run-tests-corefx-System.Collections.Tests
#

run-tests-corefx: update-tests-corefx
run-tests-corefx: prepare update-tests-corefx
@rm -f .failures; \
counter=0; \
tests_count=$(words $(dir $(wildcard corefx/tests/extracted/*/))); \
Expand Down

0 comments on commit ead4290

Please sign in to comment.