Updated Branches: refs/heads/1994-merge-rcouch 9e590a68f -> 4005c46a5
fix replication tests Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4005c46a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4005c46a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4005c46a Branch: refs/heads/1994-merge-rcouch Commit: 4005c46a57cf512099d4e8b7a2b389b1cd66d5fc Parents: 9e590a6 Author: Benoit Chesneau <[email protected]> Authored: Thu Jan 9 23:41:26 2014 +0100 Committer: Benoit Chesneau <[email protected]> Committed: Thu Jan 9 23:41:26 2014 +0100 ---------------------------------------------------------------------- src/apps/couch_replicator/test/05-replication-many-leaves.t | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4005c46a/src/apps/couch_replicator/test/05-replication-many-leaves.t ---------------------------------------------------------------------- diff --git a/src/apps/couch_replicator/test/05-replication-many-leaves.t b/src/apps/couch_replicator/test/05-replication-many-leaves.t index 8a5008b..d10419f 100755 --- a/src/apps/couch_replicator/test/05-replication-many-leaves.t +++ b/src/apps/couch_replicator/test/05-replication-many-leaves.t @@ -1,5 +1,7 @@ #!/usr/bin/env escript %% -*- erlang -*- +%%! -pa ./src/deps/*/ebin -pa ./src/apps/*/ebin -pa ./src/test/etap + % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of % the License at
