From fa333aeaf03bffd4958bd8c9ec9002480a45eb25 Mon Sep 17 00:00:00 2001 From: Mikhail Uvarov Date: Thu, 5 Dec 2024 17:30:11 +0100 Subject: [PATCH] Start CT node as hidden to avoid global doing netsplits mim, mim2 gets connected to fed1 Which should not happen, but global would connect it It reduces the chance of a netsplit a bit --- big_tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/big_tests/Makefile b/big_tests/Makefile index 144b2f17f88..6f036221050 100644 --- a/big_tests/Makefile +++ b/big_tests/Makefile @@ -47,7 +47,7 @@ cover_test_clean: get-deps $(MAKE) cover_test quicktest: $(PREPARE) - $(RUN) erl -noinput $(COMMON_OPTS) $(ADD_OPTS) \ + $(RUN) erl -hidden -noinput $(COMMON_OPTS) $(ADD_OPTS) \ -s run_common_test main test=quick spec=$(TESTSPEC) cover_quicktest: $(PREPARE)