Skip to content

Commit

Permalink
Revert unnecessary Erlang.mk change
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoguin committed Sep 2, 2024
1 parent 05b701b commit f983cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erlang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit f983cfe

Please sign in to comment.