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 51D626DE20C7 for ; Sun, 26 Feb 2017 05:43:27 -0800 (PST) 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.179 X-Spam-Level: X-Spam-Status: No, score=-0.179 tagged_above=-999 required=5 tests=[AWL=-0.159, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] 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 Rs33rLQ_kTT4 for ; Sun, 26 Feb 2017 05:43:25 -0800 (PST) Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by arlo.cworth.org (Postfix) with ESMTPS id 0E6236DE20BE for ; Sun, 26 Feb 2017 05:43:24 -0800 (PST) Received: by mail-lf0-f68.google.com with SMTP id z127so4427735lfa.2 for ; Sun, 26 Feb 2017 05:43:23 -0800 (PST) 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=dv2kgg5/kqIXf/oQKVn9qiVzKKUt3jlKmTHMhmkxk9Q=; b=hIXIEZ+QplawtvIszulaXBCkG8JmLXf7HjeEgVJP8bbl2HvEWbEOYrpQ9HuV8d78wE cJD05f21Hr1OpP9eZhfTaHSDsMlr33mEPkdxU4gEnRh3EWOOmSephYd99EztI60zL1rj 0csPJa8/noASGGSjfCk3HFhEx/aloyVjwSoRAbrFsQMwT1hkaM7CsWwGZTyDUmb2aSZn WiLTOVDtmCDXE1fpxLz9lgh1XRq9oo/+30cB8sNYiIM2HbB/SznF08TpPleSKhVnPQl0 L4xWt4iastxBXYQtKZ0BkWtbx4BFrLKgqyg16wZEVun3s0FqQABWkrBhNt4z/ThBKE1o QQHA== 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=dv2kgg5/kqIXf/oQKVn9qiVzKKUt3jlKmTHMhmkxk9Q=; b=YBAfb2oqDdd5V0AmosGOr1N62Heb/nN84ENM0RsTg6a7Ry8C70vLb21xJwVCcqJ3mX yBaW3wLb9Kn+eBJHr795ZZwXc3CCp5qxYFSn90KVcoZBsQ5Y0G11HBMWAeVF+DR7tYu+ 7d9/o+kwg7+oL+Eba+2ISUhCoq2w1oKpvOMnkqw8jP2y/BasonjO+/HXY2MWxByySqY2 ZcunELIUP7jvLRlgVucM0pWRRfH1ygKwMgGgcuk0LW/REPYTsR8sfpJfBs3eudbJsduL 3rYpsyQCnOh++WF8yjQGO5tK5skI3hhJaI0NKGat9zbfFPZb2t3aG0SAirmD22j05wnt E+iA== X-Gm-Message-State: AMke39mfPtK71FjSmyNGqMTE/92tVdVEkG3e717tO7yU5J+ONzZJaceJZWm8I5Nj8sG3Wg== X-Received: by 10.25.211.79 with SMTP id k76mr2924319lfg.180.1488116602276; Sun, 26 Feb 2017 05:43:22 -0800 (PST) Received: from localhost (mobile-access-bcee80-14.dhcp.inet.fi. [188.238.128.14]) by smtp.gmail.com with ESMTPSA id c28sm3277329lfh.49.2017.02.26.05.43.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 26 Feb 2017 05:43:21 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 4/9] test: remove unused and no-op --long-tests parameter Date: Sun, 26 Feb 2017 15:42:56 +0200 Message-Id: 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.22 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: Sun, 26 Feb 2017 13:43:27 -0000 It's been unused since its introduction in commit 0083854b1204 ("Copy test framework from Git"). --- test/test-lib.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index 218a06527f88..44c510517f97 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -117,8 +117,6 @@ do debug=t; shift ;; -i|--i|--im|--imm|--imme|--immed|--immedi|--immedia|--immediat|--immediate) immediate=t; shift ;; - -l|--l|--lo|--lon|--long|--long-|--long-t|--long-te|--long-tes|--long-test|--long-tests) - GIT_TEST_LONG=t; export GIT_TEST_LONG; shift ;; -h|--h|--he|--hel|--help) help=t; shift ;; -v|--v|--ve|--ver|--verb|--verbo|--verbos|--verbose) -- 2.11.0