Browse Source

inttest: remove superfluous blank lines

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
e8557d262f
2 changed files with 0 additions and 6 deletions
  1. +0
    -3
      inttest/tdeps1/tdeps1_rt.erl
  2. +0
    -3
      inttest/tdeps2/tdeps2_rt.erl

+ 0
- 3
inttest/tdeps1/tdeps1_rt.erl View File

@ -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
%%

+ 0
- 3
inttest/tdeps2/tdeps2_rt.erl View 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…
Cancel
Save