You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/06/01 22:42:38 UTC

[44/50] rebar commit: updated refs/heads/import to e9f62c4

Remove experimental label from 'eunit tests='


Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/e9fcd11c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/e9fcd11c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/e9fcd11c

Branch: refs/heads/import
Commit: e9fcd11ccc8290919405fb42a9a5c055284d8922
Parents: 3b0f916
Author: Tuncer Ayaz <tu...@gmail.com>
Authored: Fri Jul 18 18:54:18 2014 +0200
Committer: Tuncer Ayaz <tu...@gmail.com>
Committed: Fri Jul 18 18:54:18 2014 +0200

----------------------------------------------------------------------
 src/rebar_eunit.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/e9fcd11c/src/rebar_eunit.erl
----------------------------------------------------------------------
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, [], []).