aboutsummaryrefslogtreecommitdiff
path: root/test/suite.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite.erl')
-rw-r--r--test/suite.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite.erl b/test/suite.erl
index 7e5fa3eba..7c565eacc 100644
--- a/test/suite.erl
+++ b/test/suite.erl
@@ -172,9 +172,9 @@ setup_ejabberd_lib_path(Config) ->
ok
end.
-%% Read environment variable CT_DB=riak,mysql to limit the backends to test.
+%% Read environment variable CT_DB=mysql to limit the backends to test.
%% You can thus limit the backend you want to test with:
-%% CT_BACKENDS=riak,mysql rebar ct suites=ejabberd
+%% CT_BACKENDS=mysql rebar ct suites=ejabberd
get_config_backends() ->
EnvBackends = case os:getenv("CT_BACKENDS") of
false -> ?BACKENDS;