mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +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"}].
|
{copy, "unconverted"}].
|
||||||
|
|
||||||
run(_Dir) ->
|
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.
|
ok.
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in a new issue