Skip to content

Commit 19ce885

Browse files
lhoguinmergify[bot]
authored andcommitted
make: Remove the parallel-ct target
The parallel-ct-set* targets are enough for both CI and local usage, so it's better to avoid duplicating things. (cherry picked from commit 8623684)
1 parent a2d44dd commit 19ce885

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)