summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-12-07 18:39:26 -0600
committerTristan Sloughter <t@crashfast.com>2014-12-16 10:01:36 -0600
commit3219a666f448b882c7534e200295be09ae6434fd (patch)
tree57b7d07b32e2e07fde09937118e84b465ab30672 /test
parent0672fc45b797b9a496e5bf7797d2b7168f16ca42 (diff)
rewrite profiles
Diffstat (limited to 'test')
-rw-r--r--test/rebar_test_utils.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/rebar_test_utils.erl b/test/rebar_test_utils.erl
index eb11280..868599f 100644
--- a/test/rebar_test_utils.erl
+++ b/test/rebar_test_utils.erl
@@ -96,7 +96,7 @@ create_random_vsn() ->
%%% Helpers %%%
%%%%%%%%%%%%%%%
check_results(AppDir, Expected) ->
- BuildDir = filename:join([AppDir, "_build", "default", "lib"]),
+ BuildDir = filename:join([AppDir, "_build", "lib"]),
Deps = rebar_app_discover:find_apps([BuildDir], all),
DepsNames = [{ec_cnv:to_list(rebar_app_info:name(App)), App} || App <- Deps],
lists:foreach(
@@ -146,4 +146,3 @@ get_app_metadata(Name, Vsn, Deps) ->
{included_applications, []},
{registered, []},
{applications, Deps}]}.
-