Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A60BB10280 for ; Wed, 18 Feb 2015 18:41:26 +0000 (UTC) Received: (qmail 75315 invoked by uid 500); 18 Feb 2015 18:41:26 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 75255 invoked by uid 500); 18 Feb 2015 18:41:26 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 75243 invoked by uid 99); 18 Feb 2015 18:41:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2015 18:41:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0AEFAE03E8; Wed, 18 Feb 2015 18:41:26 +0000 (UTC) From: iilyak To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb-couch pull request: 2547 fix broken tests Content-Type: text/plain Message-Id: <20150218184126.0AEFAE03E8@git1-us-west.apache.org> Date: Wed, 18 Feb 2015 18:41:26 +0000 (UTC) Github user iilyak commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/35#discussion_r24927505 --- Diff: include/couch_eunit.hrl --- @@ -31,6 +31,11 @@ filename:join([?BUILDDIR(), "src", "couch", "test", "fixtures"])). -define(TEMPDIR, filename:join([?BUILDDIR(), "tmp", "tmp_data"])). +-define(ABS_PATH(File), + filename:join([ + filename:dirname( + filename:dirname( + filename:dirname(filename:absname(File)))), File])). --- End diff -- couch/test/couch_stream_tests.erl:113: Is a strange one --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---