Sfoglia il codice sorgente

inttest: remove superfluous blank lines

pull/3/head
Tuncer Ayaz 13 anni fa
parent
commit
e8557d262f
2 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. +0
    -3
      inttest/tdeps1/tdeps1_rt.erl
  2. +0
    -3
      inttest/tdeps2/tdeps2_rt.erl

+ 0
- 3
inttest/tdeps1/tdeps1_rt.erl Vedi 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 Vedi 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
%%

Caricamento…
Annulla
Salva