From 48c7f53930e60eacec82b671d91aaac773ba9bab Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 3 Sep 2012 11:39:51 +0200 Subject: 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/. --- inttest/ct2/ct2_rt.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inttest/ct2/ct2_rt.erl') diff --git a/inttest/ct2/ct2_rt.erl b/inttest/ct2/ct2_rt.erl index 3b81f13..ecab0e4 100644 --- a/inttest/ct2/ct2_rt.erl +++ b/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) -> -- cgit v1.1