We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b701b commit f983cfeCopy full SHA for f983cfe
erlang.mk
@@ -6076,7 +6076,7 @@ endif
6076
define ct_suite_target
6077
ct-$1: test-build
6078
$$(verbose) mkdir -p $$(CT_LOGS_DIR)
6079
- $$(gen_verbose_esc) $$(CT_RUN) -sname ct_$$(PROJECT)-$1 -suite $$(addsuffix _SUITE,$1) $$(CT_EXTRA) $$(CT_OPTS)
+ $$(gen_verbose_esc) $$(CT_RUN) -sname ct_$$(PROJECT) -suite $$(addsuffix _SUITE,$1) $$(CT_EXTRA) $$(CT_OPTS)
6080
endef
6081
6082
$(foreach test,$(CT_SUITES),$(eval $(call ct_suite_target,$(test))))
0 commit comments