summaryrefslogtreecommitdiff
path: root/inttest
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2015-01-14 23:19:16 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2015-01-14 23:19:16 +0100
commit7520ad62baefc5b52bb5c1c88fdd46eaad5a5d1f (patch)
tree589259887697ae360fb6fa03a45273aca2c761c7 /inttest
parent890390b1c4ddbb5cac06837b18c02f28b984cb32 (diff)
downloadrebar-7520ad62baefc5b52bb5c1c88fdd46eaad5a5d1f.tar.gz
inttest/ct3: fix overlong line
Diffstat (limited to 'inttest')
-rw-r--r--inttest/ct3/ct3_rt.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/inttest/ct3/ct3_rt.erl b/inttest/ct3/ct3_rt.erl
index 51ccc11..a87cf21 100644
--- a/inttest/ct3/ct3_rt.erl
+++ b/inttest/ct3/ct3_rt.erl
@@ -39,7 +39,8 @@ files() ->
{copy, "unconverted"}].
run(_Dir) ->
- {ok, _} = retest:sh("./rebar compile ct -v", [{env, [{"ERL_FLAGS", "-name ct_rt3"}]}]),
+ {ok, _} = retest:sh("./rebar compile ct -v",
+ [{env, [{"ERL_FLAGS", "-name ct_rt3"}]}]),
ok.
%%