From 558cabd860df690803d49861dede243b32b3e2b6 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 29 Sep 2025 23:42:48 +0200 Subject: [PATCH] Tests: Fix typo when commenting CT_BACKENDS environment variable --- test/suite.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suite.erl b/test/suite.erl index bc4eadf68..c95d10032 100644 --- a/test/suite.erl +++ b/test/suite.erl @@ -214,7 +214,7 @@ setup_ejabberd_lib_path(Config) -> ok end. -%% Read environment variable CT_DB=mysql to limit the backends to test. +%% Read environment variable CT_BACKENDS=mysql to limit the backends to test. %% You can thus limit the backend you want to test with: %% CT_BACKENDS=mysql rebar ct suites=ejabberd get_config_backends() ->