From ea82d0561d6366851ebcfc67488fcb7aca44179e Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 7 Mar 2015 08:04:44 -0600 Subject: update all examples in providers to use rebar3 --- src/rebar_prv_common_test.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rebar_prv_common_test.erl') diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl index fe2a8f6..bd799fa 100644 --- a/src/rebar_prv_common_test.erl +++ b/src/rebar_prv_common_test.erl @@ -24,7 +24,7 @@ init(State) -> {module, ?MODULE}, {deps, ?DEPS}, {bare, false}, - {example, "rebar ct"}, + {example, "rebar3 ct"}, {short_desc, "Run Common Tests."}, {desc, ""}, {opts, ct_opts(State)}, @@ -311,7 +311,7 @@ test_state(State) -> TestOpts = case rebar_state:get(State, ct_compile_opts, []) of [] -> []; Opts -> [{erl_opts, Opts}] - end, + end, [first_files(State)|TestOpts]. first_files(State) -> -- cgit v1.1