From 579eadac058a82bcc609fea0473047ba6d90ea7c Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 26 Mar 2011 21:02:47 +0000 Subject: Prefer local src paths for etap. Closes COUCHDB-1056 Patch by Randall Leeds. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1085801 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/test_util.erl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/etap/test_util.erl.in b/test/etap/test_util.erl.in index 59bbc59a..87b474ae 100644 --- a/test/etap/test_util.erl.in +++ b/test/etap/test_util.erl.in @@ -24,7 +24,7 @@ builddir() -> init_code_path() -> Paths = ["etap", "couchdb", "erlang-oauth", "ibrowse", "mochiweb"], lists:foreach(fun(Name) -> - code:add_pathz(filename:join([builddir(), "src", Name])) + code:add_patha(filename:join([builddir(), "src", Name])) end, Paths). source_file(Name) -> -- cgit v1.2.3