aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2014-11-16 11:08:43 -0600
committerTristan Sloughter <[email protected]>2014-11-17 20:18:29 -0600
commit6f49c2925aa380bdbd898f6b24409f0a4ecd8f00 (patch)
tree8963e8cb28368c92180c3e14cd39c093f38d744e /test
parentbf953e417d0771583d95d4d6b6e2697ab44754d6 (diff)
downloadrelx-6f49c2925aa380bdbd898f6b24409f0a4ecd8f00.tar.gz
relx-6f49c2925aa380bdbd898f6b24409f0a4ecd8f00.tar.bz2
relx-6f49c2925aa380bdbd898f6b24409f0a4ecd8f00.zip
fix for error message output for no default 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 112afc8..48c86be 100644
--- a/test/rlx_release_SUITE.erl
+++ b/test/rlx_release_SUITE.erl
@@ -139,7 +139,7 @@ make_extend_release(Config) ->
OutputDir = filename:join([proplists:get_value(data_dir, Config),
create_random_name("relx-output")]),
- ?assertMatch({multiple_release_names,foo_test,foo},
+ ?assertMatch({error, {rlx_prv_release, {multiple_release_names,foo_test,foo}}},
catch relx:do(undefined, undefined, [], [LibDir1], 3, OutputDir, ConfigFile)),
{ok, State} = relx:do(foo_test, undefined, [], [LibDir1], 3,