aboutsummaryrefslogtreecommitdiffstats
path: root/test/rlx_command_SUITE.erl
diff options
context:
space:
mode:
authorDaniel Widgren <[email protected]>2015-06-11 14:44:44 +0200
committerDaniel Widgren <[email protected]>2015-06-17 21:37:57 +0200
commit04a945375a63542811d3af7bd14bc7d5c5b303d9 (patch)
tree9af1c78a7fbcf6b549192a850d52be2c3c9bf19a /test/rlx_command_SUITE.erl
parentd7d18d2f88ea9a6597f6d45bc110e2f247b4ef57 (diff)
downloadrelx-04a945375a63542811d3af7bd14bc7d5c5b303d9.tar.gz
relx-04a945375a63542811d3af7bd14bc7d5c5b303d9.tar.bz2
relx-04a945375a63542811d3af7bd14bc7d5c5b303d9.zip
Fixing test for windows, changing symlink to symlink_or_copy
Diffstat (limited to 'test/rlx_command_SUITE.erl')
-rw-r--r--test/rlx_command_SUITE.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rlx_command_SUITE.erl b/test/rlx_command_SUITE.erl
index db2794d..9d1513f 100644
--- a/test/rlx_command_SUITE.erl
+++ b/test/rlx_command_SUITE.erl
@@ -63,7 +63,8 @@ normal_passing_case(Config) ->
{ok, State} = rlx_cmd_args:args2state(Opts, Targets),
{ok, State1} = rlx_config:do(State),
Overrides = rlx_state:overrides(State1),
- ?assertMatch([{lib1, Lib1}], Overrides),
+ ct:pal("Overrides: ~p~n", [Overrides]),
+ ?assertMatch([{lib1,Lib1}], Overrides),
?assertMatch([Lib1, Lib2],
rlx_state:lib_dirs(State1)),
?assertMatch(Outdir, rlx_state:base_output_dir(State1)),