소스 검색

Fix inttest/ct2 ct spec file location (Thanks Peter Andersson)

The DirRef in the spec file is relative to the directory where the spec
file is located. ct2_rt was erroneously copying the spec file to test/.
pull/3/head
Tuncer Ayaz 12 년 전
부모
커밋
48c7f53930
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      inttest/ct2/ct2_rt.erl

+ 1
- 1
inttest/ct2/ct2_rt.erl 파일 보기

@ -6,7 +6,7 @@
files() ->
[{create, "ebin/foo.app", app(foo)},
{copy, "../../rebar", "rebar"},
{copy, "foo.test.spec", "test/foo.test.spec"},
{copy, "foo.test.spec", "foo.test.spec"},
{copy, "foo_SUITE.erl", "test/foo_SUITE.erl"}].
run(_Dir) ->

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