Browse Source

add comment for `data_dir' test in `rebar_ct_SUITE'

pull/806/head
alisdair sullivan 9 years ago
parent
commit
ef2b2e2668
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/rebar_ct_SUITE.erl

+ 1
- 0
test/rebar_ct_SUITE.erl View File

@ -548,6 +548,7 @@ symlinked_dir_overwritten_fix(Config) ->
{ok, _} = rebar_test_utils:run_and_check(Config, [], ["as", "test", "compile"], return).
%% this test probably only fails when this suite is run via rebar3 with the --cover flag
data_dir_correct(Config) ->
DataDir = ?config(data_dir, Config),
Parts = filename:split(DataDir),

Loading…
Cancel
Save