aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuis Rascao <[email protected]>2017-01-04 19:22:32 +0000
committerLuis Rascao <[email protected]>2017-03-20 23:08:03 +0000
commit3a5137a9dca04c02b52d787aaec6630e721d0e08 (patch)
treeda13d712f381b04bed63ed4e96e59e76982082a8 /test
parentaff9fca98f84f8031696a96d85a57eb398355f35 (diff)
downloadrelx-3a5137a9dca04c02b52d787aaec6630e721d0e08.tar.gz
relx-3a5137a9dca04c02b52d787aaec6630e721d0e08.tar.bz2
relx-3a5137a9dca04c02b52d787aaec6630e721d0e08.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/rlx_release_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
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"]))).