ソースを参照

have checkouts test look for apps in the checkouts out dir

pull/2276/head
Tristan Sloughter 5年前
コミット
4264f80e0e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: AAB97DDECCEB8150
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      test/rebar_test_utils.erl

+ 1
- 1
test/rebar_test_utils.erl ファイルの表示

@ -248,7 +248,7 @@ check_results(AppDir, Expected, ProfileRun) ->
BuildDirs = filelib:wildcard(filename:join([AppDir, "_build", ProfileRun, "lib", "*"])),
PluginDirs = filelib:wildcard(filename:join([AppDir, "_build", ProfileRun, "plugins", "*"])),
GlobalPluginDirs = filelib:wildcard(filename:join([AppDir, "global", "plugins", "*"])),
CheckoutsDirs = filelib:wildcard(filename:join([AppDir, "_checkouts", "*"])),
CheckoutsDirs = filelib:wildcard(filename:join([AppDir, "_build", ProfileRun, "checkouts", "*"])),
LockFile = filename:join([AppDir, "rebar.lock"]),
Locks = lists:flatten(rebar_config:consult_lock_file(LockFile)),

読み込み中…
キャンセル
保存