aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLuis Rascão <[email protected]>2017-05-14 02:21:40 +0100
committerGitHub <[email protected]>2017-05-14 02:21:40 +0100
commit4efd1176c71116d52bc64dae7466d5c03935dd91 (patch)
tree5b826650372437c3739b23339beb6c1a7e6da30e /test
parente0d3346810e224b5210996af35421ab81221ca0d (diff)
parent61b4bed0610921de9d3c803a5e9e1dad8d47a924 (diff)
downloadrelx-4efd1176c71116d52bc64dae7466d5c03935dd91.tar.gz
relx-4efd1176c71116d52bc64dae7466d5c03935dd91.tar.bz2
relx-4efd1176c71116d52bc64dae7466d5c03935dd91.zip
Merge pull request #585 from lrascao/fix/rewrite_otp_apps
Only ensure kernel,stdlib for empty dep apps
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 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"]))).