From 5fa6671511aac8b662c6a8560924de4fe16f9b42 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Tue, 14 Jan 2014 12:38:33 +0100 Subject: Remove experimental flags Remove experimental flag from: * qc compile_only=true * eunit compile_only=true * src/foo.app.src.script * eunit tests= --- src/rebar_qc.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/rebar_qc.erl') diff --git a/src/rebar_qc.erl b/src/rebar_qc.erl index 53a6f52..ef123b4 100644 --- a/src/rebar_qc.erl +++ b/src/rebar_qc.erl @@ -142,8 +142,7 @@ run(Config, QC, QCOpts) -> ok = ensure_dirs(), CodePath = setup_codepath(), - CompileOnly = rebar_utils:get_experimental_global(Config, compile_only, - false), + CompileOnly = rebar_config:get_global(Config, compile_only, false), %% Compile erlang code to ?QC_DIR, using a tweaked config %% with appropriate defines, and include all the test modules %% as well. -- cgit v1.2.1