aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/elixir_SUITE.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/elixir_SUITE.erl b/test/elixir_SUITE.erl
index 70500b162..ec5dc5ec6 100644
--- a/test/elixir_SUITE.erl
+++ b/test/elixir_SUITE.erl
@@ -6,7 +6,9 @@
%%% Elixir from standard common test code.
%%%
%%% Example: Is run with:
-%%% ./rebar skip_deps=true ct suites=test/elixir_SUITE
+%%% ./rebar skip_deps=true ct suites=elixir
+%%% or from ejabber overall test suite:
+%%% make test
%%% @end
%%% Created : 19 Feb 2015 by Mickael Remond <mremond@process-one.net>
%%%-------------------------------------------------------------------