소스 검색

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

불러오는 중...
취소
저장