test: ensure configs are up to date before running suites

This commit is contained in:
Thales Macedo Garitezi 2023-02-13 15:22:11 -03:00
parent 91a57faa95
commit 51a0b93868
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ endef
$(foreach app,$(APPS),$(eval $(call gen-app-prop-target,$(app))))
.PHONY: ct-suite
ct-suite: $(REBAR)
ct-suite: $(REBAR) merge-config
ifneq ($(TESTCASE),)
ifneq ($(GROUP),)
$(REBAR) ct -v --readable=$(CT_READABLE) --name $(CT_NODE_NAME) --suite $(SUITE) --case $(TESTCASE) --group $(GROUP)