1
0
Fork 0
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:
Nobuyoshi Nakada 2020-06-05 21:54:39 +09:00
parent 53c0737ae4
commit cf1adf985a
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2020-06-05 23:07:31 +09:00

View file

@ -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), \