瀏覽代碼

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

Loading…
取消
儲存