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