diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-08-18 19:36:28 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-08-18 19:36:28 +0200 |
commit | e8557d262f2e6cc1f7937fa2079682debeae8785 (patch) | |
tree | 8952ff2576b6b638fc3f2400a3da270119a41e0e | |
parent | c3c6ee7a55eee41bd45cba728510fec3ec91f855 (diff) |
inttest: remove superfluous blank lines
-rw-r--r-- | inttest/tdeps1/tdeps1_rt.erl | 3 | ||||
-rw-r--r-- | inttest/tdeps2/tdeps2_rt.erl | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/inttest/tdeps1/tdeps1_rt.erl b/inttest/tdeps1/tdeps1_rt.erl index 9072e9c..43184c6 100644 --- a/inttest/tdeps1/tdeps1_rt.erl +++ b/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/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 %% diff --git a/inttest/tdeps2/tdeps2_rt.erl b/inttest/tdeps2/tdeps2_rt.erl index cdf10b5..bad546e 100644 --- a/inttest/tdeps2/tdeps2_rt.erl +++ b/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/c"}]), - {ok, _} = retest_sh:run("./rebar -v get-deps compile", []), ok. - - %% %% Generate the contents of a simple .app file %% |