inttest: remove superfluous blank lines

This commit is contained in:
Tuncer Ayaz 2012-08-18 19:36:28 +02:00
parent c3c6ee7a55
commit e8557d262f
2 changed files with 0 additions and 6 deletions

View file

@ -30,14 +30,11 @@ run(_Dir) ->
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/b"}]), {ok, _} = retest_sh:run(HgCmd, [{dir, "repo/b"}]),
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/c"}]), {ok, _} = retest_sh:run(HgCmd, [{dir, "repo/c"}]),
{ok, _} = retest_sh:run("./rebar get-deps compile", []), {ok, _} = retest_sh:run("./rebar get-deps compile", []),
true = filelib:is_regular("ebin/a.beam"), true = filelib:is_regular("ebin/a.beam"),
ok. ok.
%% %%
%% Generate the contents of a simple .app file %% Generate the contents of a simple .app file
%% %%

View file

@ -38,12 +38,9 @@ run(_Dir) ->
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/b"}]), {ok, _} = retest_sh:run(HgCmd, [{dir, "repo/b"}]),
{ok, _} = retest_sh:run(HgCmd, [{dir, "repo/c"}]), {ok, _} = retest_sh:run(HgCmd, [{dir, "repo/c"}]),
{ok, _} = retest_sh:run("./rebar -v get-deps compile", []), {ok, _} = retest_sh:run("./rebar -v get-deps compile", []),
ok. ok.
%% %%
%% Generate the contents of a simple .app file %% Generate the contents of a simple .app file
%% %%