From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A11696DE0C66 for ; Mon, 25 Sep 2017 13:38:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.061 X-Spam-Level: X-Spam-Status: No, score=-0.061 tagged_above=-999 required=5 tests=[AWL=0.150, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.211] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JcEfC3mqm6RR for ; Mon, 25 Sep 2017 13:38:50 -0700 (PDT) Received: from mail-wr0-f171.google.com (mail-wr0-f171.google.com [209.85.128.171]) by arlo.cworth.org (Postfix) with ESMTPS id B96B46DE0361 for ; Mon, 25 Sep 2017 13:38:49 -0700 (PDT) Received: by mail-wr0-f171.google.com with SMTP id r74so9966723wrb.13 for ; Mon, 25 Sep 2017 13:38:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=Eco613laEJ4F70BG3JT+sm/oH0OlClAFxIAdncNQUTU=; b=yKVWkzjgEJbn3V42xiq3HC60u1RTYWwdOR0FfPS6Em1AvHntrerOC3SSNQoBqDZCO+ rbfdfegbSYi5K620ePHvu7A4MxoIprHCN1j/qqqmRcvAxt3jtD3o8jMQWG37YhcYB7EI e/f130+uRo6wMHnef2u58AMdOOdBGaCBqHi5xiPf/KB0u4zW0obRE+kivZ3DpiVVkfd1 H+fAm4Cz+Pjx7PL2cuL7kT2fuV+wSEYot73CKKwpZemJI///pWw4nWzuNKJDGXLQ4mjK Gg0uXuwZoQzrfARSCQTv6fhiV/48y09Cfhoce/N1Sx38BJ5c1hGBcHxssMVuOQutGC6Q 8orA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=Eco613laEJ4F70BG3JT+sm/oH0OlClAFxIAdncNQUTU=; b=EDqpXKJ/BaDmtBJgdWWisPaR3Ae+icoR/2W0wtyQRg+sgqt+1ll6VMRDWmc/y26i24 ObTlVsOQ/uWCuWCkA0jr1I3+k0aANFca9SHSA36bnm9yMAgmMC56Jmp7/icSXvvsO+HA dSgmVQWEoHd/RuUhC1l8Qbsp93wSajtqjOmXja4/LyaxP792yoWacqwkrCbSgkHuKMuN RuomdiYMp3Ktqpqv3t6rqzUtgQKSDLfHFzqfC7yVvlfh+WFLXGG3cab0Ej6iHGWCPC+l kl7G7MH7Kkw/bz4dMySHINd+h4t8/8dy6BkhFXV4P3kt/79GWbMoLwiu0vdM4Lu7stWb 8nyw== X-Gm-Message-State: AHPjjUicV8uG1PbhNqyVLo/vMcnmebFdhjeAgo4tyqvTK701v2QUTLTv I/JawtJaR208URnU+QgYn4Mz5oL675M= X-Google-Smtp-Source: AOwi7QCQ/nD7C+bzUxNHou/yv7xpwg+CUpU6cRhzx5sYGtmd98xZWEl2V3BAVHOLBfroJU5SlPFyRg== X-Received: by 10.25.155.3 with SMTP id d3mr2519521lfe.36.1506371928029; Mon, 25 Sep 2017 13:38:48 -0700 (PDT) Received: from localhost (mobile-access-5d6a60-234.dhcp.inet.fi. [93.106.96.234]) by smtp.gmail.com with ESMTPSA id x9sm1586643ljd.88.2017.09.25.13.38.47 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Sep 2017 13:38:47 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 02/24] build: use NOTMUCH_SRCDIR for referencing notmuch-test Date: Mon, 25 Sep 2017 23:38:18 +0300 Message-Id: <5d8f53f3488620182b7c94d0872f5943571cc760.1506370901.git.jani@nikula.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: In-Reply-To: References: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Sep 2017 20:38:50 -0000 Don't assume the tests are always run from within the source tree. --- test/Makefile.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Makefile.local b/test/Makefile.local index 0df72c921654..1a0ab813f996 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -62,13 +62,13 @@ test-binaries: $(TEST_BINARIES) test: all test-binaries ifeq ($V,) @echo 'Use "$(MAKE) V=1" to see the details for passing and known broken tests.' - @env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS) + @env NOTMUCH_TEST_QUIET=1 $(NOTMUCH_SRCDIR)/$(test_src_dir)/notmuch-test $(OPTIONS) else # The user has explicitly enabled quiet execution. ifeq ($V,0) - @env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS) + @env NOTMUCH_TEST_QUIET=1 $(NOTMUCH_SRCDIR)/$(test_src_dir)/notmuch-test $(OPTIONS) else - @${test_src_dir}/notmuch-test $(OPTIONS) + @$(NOTMUCH_SRCDIR)/$(test_src_dir)/notmuch-test $(OPTIONS) endif endif -- 2.11.0