summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoralisdair sullivan <alisdair.sullivan@askuity.com>2016-03-01 15:22:03 -0800
committeralisdair sullivan <alisdair.sullivan@askuity.com>2016-03-01 15:22:03 -0800
commit3fa202397bed4281596616eb61cd4c66360ce415 (patch)
treebf5bf9c598dd03bd9dcebd7299626abab8ef3f19 /test
parent93cb2329a04a7a25e2ca7f0984d49529fbd5b458 (diff)
add a link to the docs about `test_spec` and `cover` in ct warnings
Diffstat (limited to 'test')
-rw-r--r--test/rebar_ct_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rebar_ct_SUITE.erl b/test/rebar_ct_SUITE.erl
index 6b6df44..a3785e3 100644
--- a/test/rebar_ct_SUITE.erl
+++ b/test/rebar_ct_SUITE.erl
@@ -1027,7 +1027,7 @@ cfg_test_spec(Config) ->
{error, {rebar_prv_common_test, Error}} = rebar_prv_common_test:prepare_tests(State),
- {badconfig, "Test specs not supported"} = Error.
+ {badconfig, "Test specs not supported. See http://www.rebar3.org/docs/running-tests#common-test"} = Error.
cfg_cover_spec(Config) ->
C = rebar_test_utils:init_rebar_state(Config, "ct_cfg_cover_spec_opts_"),
@@ -1044,7 +1044,7 @@ cfg_cover_spec(Config) ->
{error, {rebar_prv_common_test, Error}} = rebar_prv_common_test:prepare_tests(State),
- {badconfig, "Cover specs not supported"} = Error.
+ {badconfig, "Cover specs not supported. See http://www.rebar3.org/docs/running-tests#common-test"} = Error.
cfg_atom_suites(Config) ->
C = rebar_test_utils:init_rebar_state(Config, "ct_cfg_atom_suites_"),