소스 검색

Fix warning in inttest/tplugins/tplugins_rt.erl

pull/3/head
Tuncer Ayaz 13 년 전
부모
커밋
c64c809faf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      inttest/tplugins/tplugins_rt.erl

+ 1
- 1
inttest/tplugins/tplugins_rt.erl 파일 보기

@ -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}]),

불러오는 중...
취소
저장