From 3a5137a9dca04c02b52d787aaec6630e721d0e08 Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Wed, 4 Jan 2017 19:22:32 +0000 Subject: Ensure stdlib,kernel as application dependencies Make this dependency explicit as it was causing apps with empty application lists to not be included in the generated release. --- 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 c9430fd..3323bed 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,[stdlib,kernel]}]}]}, + {applications,[kernel,stdlib]}]}]}, file:consult(filename:join([OutputDir, "foo", "lib", "non_goal_1-0.0.1", "ebin", "non_goal_1.app"]))). -- cgit v1.2.3