From e9fcd11ccc8290919405fb42a9a5c055284d8922 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 18 Jul 2014 18:54:18 +0200 Subject: [PATCH] Remove experimental label from 'eunit tests=' --- src/rebar_eunit.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index a5b7b00..39dd35d 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -242,7 +242,7 @@ get_suites(Config) -> end. get_qualified_and_unqualified_tests(Config) -> - RawFunctions = rebar_utils:get_experimental_global(Config, tests, ""), + RawFunctions = rebar_config:get_global(Config, tests, ""), FunctionNames = [FunctionName || FunctionName <- string:tokens(RawFunctions, ",")], get_qualified_and_unqualified_tests1(FunctionNames, [], []).