Skip to content

Commit

Permalink
Merge pull request #4419 from esl/hidden-ct-node
Browse files Browse the repository at this point in the history
Start CT node as hidden to avoid global doing netsplits
  • Loading branch information
NelsonVides authored Dec 6, 2024
2 parents cfc7187 + fa333ae commit 9275853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big_tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9275853

Please sign in to comment.