summaryrefslogtreecommitdiff
path: root/src/rebar_qc.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-01-14 12:38:33 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-01-14 12:44:53 +0100
commit5fa6671511aac8b662c6a8560924de4fe16f9b42 (patch)
tree37967b76f82637131da334e0fe6fa21ad86b9907 /src/rebar_qc.erl
parentdf42410cf21a37e0c48e741ffa37db9efc576309 (diff)
downloadrebar-5fa6671511aac8b662c6a8560924de4fe16f9b42.tar.gz
Remove experimental flags
Remove experimental flag from: * qc compile_only=true * eunit compile_only=true * src/foo.app.src.script * eunit tests=
Diffstat (limited to 'src/rebar_qc.erl')
-rw-r--r--src/rebar_qc.erl3
1 files changed, 1 insertions, 2 deletions
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.