mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Fix warning in inttest/tplugins/tplugins_rt.erl
This commit is contained in:
parent
3da58e2272
commit
c64c809faf
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ files() ->
|
|||
{create, "ebin/fish.app", app(fish, [fish])}
|
||||
].
|
||||
|
||||
run(Dir) ->
|
||||
run(_Dir) ->
|
||||
?assertMatch({ok, _}, retest_sh:run("./rebar fwibble -v", [])),
|
||||
?assertEqual(false, filelib:is_regular("fwibble.test")),
|
||||
Ref = retest:sh("./rebar -C bad.config -v clean", [{async, true}]),
|
||||
|
|
Loading…
Reference in a new issue