瀏覽代碼

inttest: remove superfluous blank lines

pull/3/head
Tuncer Ayaz 13 年之前
父節點
當前提交
e8557d262f
共有 2 個文件被更改,包括 0 次插入6 次删除
  1. +0
    -3
      inttest/tdeps1/tdeps1_rt.erl
  2. +0
    -3
      inttest/tdeps2/tdeps2_rt.erl

+ 0
- 3
inttest/tdeps1/tdeps1_rt.erl 查看文件

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

+ 0
- 3
inttest/tdeps2/tdeps2_rt.erl 查看文件

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

Loading…
取消
儲存