mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 11:09:35 +00:00
inttest/ct3: fix overlong line
This commit is contained in:
parent
890390b1c4
commit
7520ad62ba
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
||||
%%
|
||||
|
|
Loading…
Reference in a new issue