浏览代码

sort-as: bar profile specializes dep "b" into a version anterior to what test profile wants

pull/1716/head
Pierre Fenoll 7 年前
父节点
当前提交
cfe6dfcca5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/rebar_profiles_SUITE.erl

+ 1
- 1
test/rebar_profiles_SUITE.erl 查看文件

@ -211,7 +211,7 @@ implicit_profile_deduplicate_deps(Config) ->
rebar_test_utils:run_and_check(Config, RebarConfig,
["as", "test,bar", "eunit"], {ok, [{app, Name}
,{dep, "a", "1.0.0"}
,{dep, "b", "2.0.0"}]}).
,{dep, "b", "1.0.0"}]}).
all_deps_code_paths(Config) ->
AppDir = ?config(apps, Config),

正在加载...
取消
保存