Skip to content

Commit 233c893

Browse files
Merge pull request #14501 from rabbitmq/mergify/bp/v4.2.x/pr-14499
make: Remove the parallel-ct target (backport #14499)
2 parents dccdda0 + 19ce885 commit 233c893

File tree

2 files changed

+0
-196
lines changed

2 files changed

+0
-196
lines changed

deps/rabbit/Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -332,13 +332,6 @@ endef
332332

333333
$(foreach set,1 2 3 4,$(eval $(call parallel_ct_set_target,$(set))))
334334

335-
# @todo Generate ct.test.spec from Makefile variables instead of hardcoded for ct-master
336-
337-
parallel-ct: test-build
338-
$(verbose) mkdir -p $(CT_LOGS_DIR)
339-
$(eval ERL := erl -noinput -boot no_dot_erlang)
340-
$(call erlang,$(call ct_master.erl,ct.test.spec),-sname parallel_ct_$(PROJECT)@localhost -hidden -kernel net_ticktime 5)
341-
342335
# --------------------------------------------------------------------
343336
# Compilation.
344337
# --------------------------------------------------------------------

deps/rabbit/ct.test.spec

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)