mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
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/.
This commit is contained in:
parent
0adf3d2461
commit
48c7f53930
1 changed files with 1 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Reference in a new issue