aboutsummaryrefslogtreecommitdiffstats
path: root/test/rclt_command_SUITE.erl
diff options
context:
space:
mode:
authorEric <[email protected]>2012-10-23 09:49:06 -0500
committerJordan Wilberding <[email protected]>2012-10-24 11:30:00 -0600
commitd880e6e385ac49ecfe67449a25c1fd95b4e1f882 (patch)
tree475033c35342f91e926cbed7dbd3354e0d71b722 /test/rclt_command_SUITE.erl
parentfa52e19b4990a17eb7efbafc0364c0c686d7b770 (diff)
downloadrelx-d880e6e385ac49ecfe67449a25c1fd95b4e1f882.tar.gz
relx-d880e6e385ac49ecfe67449a25c1fd95b4e1f882.tar.bz2
relx-d880e6e385ac49ecfe67449a25c1fd95b4e1f882.zip
fix bug in goal parsing and handling
Signed-off-by: Jordan Wilberding <[email protected]>
Diffstat (limited to 'test/rclt_command_SUITE.erl')
-rw-r--r--test/rclt_command_SUITE.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rclt_command_SUITE.erl b/test/rclt_command_SUITE.erl
index fa4fc23..46449e9 100644
--- a/test/rclt_command_SUITE.erl
+++ b/test/rclt_command_SUITE.erl
@@ -65,11 +65,11 @@ normal_passing_case(Config) ->
rcl_state:lib_dirs(State)),
?assertMatch(Outdir, rcl_state:output_dir(State)),
- ?assertMatch([{<<"app1">>,{{33,33},{[],[<<"build4">>]}},lte},
- {<<"app2">>,
+ ?assertMatch([{app1,{{33,33},{[],[<<"build4">>]}},lte},
+ {app2,
{{33,22},{[],[]}},
- {{45,22},{[],[<<"build">>,21]}},
- between}], rcl_state:goals(State)).
+ {{45,22},{[],[<<"build">>,21]}}, between}],
+ rcl_state:goals(State)).
lib_fail_case(Config) ->