Преглед изворни кода

adjust `data_dir_correct` test in ct suite

don't bother checking the profile in the path to the data dir
pull/1205/head
alisdair sullivan пре 9 година
родитељ
комит
285d1687f3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      test/rebar_ct_SUITE.erl

+ 1
- 1
test/rebar_ct_SUITE.erl Прегледај датотеку

@ -726,7 +726,7 @@ suite_at_app_root(Config) ->
data_dir_correct(Config) ->
DataDir = ?config(data_dir, Config),
Parts = filename:split(DataDir),
["rebar_ct_SUITE_data","test","rebar","lib","test","_build"|_] = lists:reverse(Parts).
["rebar_ct_SUITE_data","test","rebar","lib",_,"_build"|_] = lists:reverse(Parts).
cmd_label(Config) ->
State = ?config(result, Config),

Loading…
Откажи
Сачувај