Explorar el Código

Merge pull request #1205 from talentdeficit/fix_data_dir_test

adjust `data_dir_correct` test in ct suite
pull/1211/head
Tristan Sloughter hace 9 años
padre
commit
24b4eb4aa5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/rebar_ct_SUITE.erl

+ 1
- 1
test/rebar_ct_SUITE.erl Ver fichero

@ -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),

Cargando…
Cancelar
Guardar