aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_release_SUITE.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2017-03-20 16:17:32 -0700
committerGitHub <[email protected]>2017-03-20 16:17:32 -0700
commitc1e37960af7dc23513f7c6dbc8d711dc30050e84 (patch)
treeda13d712f381b04bed63ed4e96e59e76982082a8 /test/rlx_release_SUITE.erl
parentaff9fca98f84f8031696a96d85a57eb398355f35 (diff)
parent3a5137a9dca04c02b52d787aaec6630e721d0e08 (diff)
downloadrelx-c1e37960af7dc23513f7c6dbc8d711dc30050e84.tar.gz
relx-c1e37960af7dc23513f7c6dbc8d711dc30050e84.tar.bz2
relx-c1e37960af7dc23513f7c6dbc8d711dc30050e84.zip
Merge pull request #567 from lrascao/feature/empty_application_apps_silently_skippedv3.22.4v3.22.3
Ensure stdlib,kernel as application dependencies
Diffstat (limited to 'test/rlx_release_SUITE.erl')
-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"]))).