mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
inttest: remove superfluous blank lines
This commit is contained in:
parent
c3c6ee7a55
commit
e8557d262f
2 changed files with 0 additions and 6 deletions
|
@ -30,14 +30,11 @@ run(_Dir) ->
|
|||
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/b"}]),
|
||||
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/c"}]),
|
||||
|
||||
|
||||
{ok, _} = retest_sh:run("./rebar get-deps compile", []),
|
||||
|
||||
true = filelib:is_regular("ebin/a.beam"),
|
||||
ok.
|
||||
|
||||
|
||||
|
||||
%%
|
||||
%% Generate the contents of a simple .app file
|
||||
%%
|
||||
|
|
|
@ -38,12 +38,9 @@ run(_Dir) ->
|
|||
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/b"}]),
|
||||
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/c"}]),
|
||||
|
||||
|
||||
{ok, _} = retest_sh:run("./rebar -v get-deps compile", []),
|
||||
ok.
|
||||
|
||||
|
||||
|
||||
%%
|
||||
%% Generate the contents of a simple .app file
|
||||
%%
|
||||
|
|
Loading…
Reference in a new issue