Revert unnecessary Erlang.mk change

This commit is contained in:
Loïc Hoguin 2024-09-02 11:57:47 +02:00
parent 05b701b3f4
commit f983cfee34
No known key found for this signature in database
GPG Key ID: C69E26E3A9DF618F
1 changed files with 1 additions and 1 deletions

2
erlang.mk vendored
View File

@ -6076,7 +6076,7 @@ endif
define ct_suite_target
ct-$1: test-build
$$(verbose) mkdir -p $$(CT_LOGS_DIR)
$$(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)
endef
$(foreach test,$(CT_SUITES),$(eval $(call ct_suite_target,$(test))))