Skip to content

Commit 9c22867

Browse files
committed
Start the distribution for parallel-ct
1 parent 1df66ed commit 9c22867

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

deps/rabbit/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ tpl_parallel_ct_test_spec_set_$1 = $$(call tpl_parallel_ct_test_spec,$(PARALLEL_
327327
parallel-ct-set-$(1): test-build
328328
$(verbose) mkdir -p $(CT_LOGS_DIR)
329329
$(verbose) $$(call core_render,tpl_parallel_ct_test_spec_set_$(1),ct.set-$(1).spec)
330+
$$(eval ERL := erl -noinput -boot no_dot_erlang)
330331
$$(call erlang,$$(call ct_master.erl,ct.set-$(1).spec),-sname parallel_ct_$(PROJECT)@localhost -hidden -kernel net_ticktime 5)
331332
endef
332333

@@ -336,6 +337,7 @@ $(foreach set,1 2 3 4,$(eval $(call parallel_ct_set_target,$(set))))
336337

337338
parallel-ct: test-build
338339
$(verbose) mkdir -p $(CT_LOGS_DIR)
340+
$(eval ERL := erl -noinput -boot no_dot_erlang)
339341
$(call erlang,$(call ct_master.erl,ct.test.spec),-sname parallel_ct_$(PROJECT)@localhost -hidden -kernel net_ticktime 5)
340342

341343
# --------------------------------------------------------------------

deps/rabbitmq_mqtt/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ tpl_parallel_ct_test_spec_set_$1 = $$(call tpl_parallel_ct_test_spec,$(PARALLEL_
144144
parallel-ct-set-$(1): test-build
145145
$(verbose) mkdir -p $(CT_LOGS_DIR)
146146
$(verbose) $$(call core_render,tpl_parallel_ct_test_spec_set_$(1),ct.set-$(1).spec)
147+
$$(eval ERL := erl -noinput -boot no_dot_erlang)
147148
$$(call erlang,$$(call ct_master.erl,ct.set-$(1).spec),-sname parallel_ct_$(PROJECT)@localhost -hidden -kernel net_ticktime 5)
148149
endef
149150

0 commit comments

Comments
 (0)