summaryrefslogtreecommitdiff
path: root/src/rebar_prv_common_test.erl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-05-30 20:40:09 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-05-30 20:40:09 -0500
commit42d5db5ea367c18c672111466628cb6e38ab464a (patch)
tree73fb483923139f2fd3f4af59dec156ca29e6e924 /src/rebar_prv_common_test.erl
parent274839a76c3c15ca12621fedc44f87588295a2d3 (diff)
parent3ed0c5feffb0fea4b8f4e9cfd74472792867eefe (diff)
Merge pull request #487 from ferd/fix-provider-bareness
fix bareness issues
Diffstat (limited to 'src/rebar_prv_common_test.erl')
-rw-r--r--src/rebar_prv_common_test.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl
index af77fa2..8110bc2 100644
--- a/src/rebar_prv_common_test.erl
+++ b/src/rebar_prv_common_test.erl
@@ -25,7 +25,7 @@ init(State) ->
Provider = providers:create([{name, ?PROVIDER},
{module, ?MODULE},
{deps, ?DEPS},
- {bare, false},
+ {bare, true},
{example, "rebar3 ct"},
{short_desc, "Run Common Tests."},
{desc, "Run Common Tests."},