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:
Tuncer Ayaz 2012-09-03 11:39:51 +02:00
parent 0adf3d2461
commit 48c7f53930

View file

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