summaryrefslogtreecommitdiff
path: root/src/rebar_prv_common_test.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-03-07 08:04:44 -0600
committerTristan Sloughter <t@crashfast.com>2015-03-07 08:05:11 -0600
commitea82d0561d6366851ebcfc67488fcb7aca44179e (patch)
treed87783d6630ce82b9e8a7404a6b4b759ffbb1a12 /src/rebar_prv_common_test.erl
parentfe6ad4dde18b592659bcf4b71aa1c19e9fa188de (diff)
update all examples in providers to use rebar3
Diffstat (limited to 'src/rebar_prv_common_test.erl')
-rw-r--r--src/rebar_prv_common_test.erl4
1 files changed, 2 insertions, 2 deletions
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) ->