Skip to content

Commit 913d91a

Browse files
Merge pull request #14499 from rabbitmq/loic-remove-ctspec
make: Remove the parallel-ct target
2 parents 76aa1e6 + 8623684 commit 913d91a

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)