test: ensure configs are up to date before running suites
This commit is contained in:
parent
91a57faa95
commit
51a0b93868
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue