From 61b4bed0610921de9d3c803a5e9e1dad8d47a924 Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Sun, 9 Apr 2017 22:32:50 +0100 Subject: Only ensure kernel,stdlib for empty dep apps Do not try and ensure them for every app, there are some OTP apps that only require kernel and there's really no point in rewriting those. --- test/rlx_release_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/rlx_release_SUITE.erl b/test/rlx_release_SUITE.erl index 3323bed..c9430fd 100644 --- a/test/rlx_release_SUITE.erl +++ b/test/rlx_release_SUITE.erl @@ -1436,7 +1436,7 @@ make_exclude_modules_release(Config) -> {modules,[]}, {included_applications,[]}, {registered,[]}, - {applications,[kernel,stdlib]}]}]}, + {applications,[stdlib,kernel]}]}]}, file:consult(filename:join([OutputDir, "foo", "lib", "non_goal_1-0.0.1", "ebin", "non_goal_1.app"]))). -- cgit v1.2.3