mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Aligned test-bundler-parallel at the end of the test order
This commit is contained in:
parent
53c0737ae4
commit
cf1adf985a
Notes:
git
2020-06-05 23:07:31 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ endif
|
|||
ORDERED_TEST_TARGETS := $(filter $(TEST_TARGETS), \
|
||||
btest-ruby test-knownbug test-basic \
|
||||
test-testframework test-tool test-ruby test-all \
|
||||
test-spec test-bundler-prepare test-bundler \
|
||||
test-spec test-bundler-prepare test-bundler test-bundler-parallel \
|
||||
)
|
||||
prev_test := $(if $(filter test-spec,$(ORDERED_TEST_TARGETS)),test-spec-precheck)
|
||||
$(foreach test,$(ORDERED_TEST_TARGETS), \
|
||||
|
|
Loading…
Reference in a new issue