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 7AF0D6DE0318 for ; Thu, 17 Aug 2017 10:54:18 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.07 X-Spam-Level: X-Spam-Status: No, score=-0.07 tagged_above=-999 required=5 tests=[AWL=-0.109, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001] 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 PDrKig5fcNSt for ; Thu, 17 Aug 2017 10:54:17 -0700 (PDT) Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by arlo.cworth.org (Postfix) with ESMTPS id 54E696DE00C4 for ; Thu, 17 Aug 2017 10:54:17 -0700 (PDT) Received: by mail-wr0-f175.google.com with SMTP id f8so5965209wrf.3 for ; Thu, 17 Aug 2017 10:54:17 -0700 (PDT) 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; bh=EImEkecyWrI3SYiqhzsXqfTnoc70Gv6lV4M+EXWtAl8=; b=dIFhxWsj5wGR8yAl2Rzt9czJLYpaRxn9z5rdC9+K/t4v2OxieMhy8+z3j9U7/trIAl xggDvHVjuCFaarA+HYPgjiOKcURvqHuOydLsbI+HqkrusnjhqlADA2SIfM5zsH1AERrb 6CHkFw+QLWC0HJ9jvsKMGWp3aZJk5qwPnMPX7pz/+cCKeyHecwTsuT2mjy2HUIX1gbNY lqwQy4ITuVSvPZaHYCu6G2G83Mu/MCO3MVp1PivnUYdMPmAoKenhtATLade0DslK9lNr +qfZFOUdEODKXKdTiVSUJzgBASHxvV0R7GivGXzZ3S2NjsN03ApovflPMe5sVEjXMqSZ 59dA== X-Gm-Message-State: AHYfb5hoMsrO9CVkPWSh4WCn82jFrgFtkstzpD3c5jlykyY3LERRWM8S 8+HZiB+Gd3RbFA+qH48= X-Received: by 10.223.153.195 with SMTP id y61mr3639930wrb.41.1502992455501; Thu, 17 Aug 2017 10:54:15 -0700 (PDT) Received: from home.thecybershadow.net ([89.28.117.31]) by smtp.gmail.com with ESMTPSA id c34sm4345025wra.80.2017.08.17.10.54.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Aug 2017 10:54:14 -0700 (PDT) From: Vladimir Panteleev To: notmuch@notmuchmail.org Subject: [PATCH 0/7] Travis and test suite improvements Date: Thu, 17 Aug 2017 17:51:38 +0000 Message-Id: <20170817175145.3204-1-notmuch@thecybershadow.net> X-Mailer: git-send-email 2.13.3 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: Thu, 17 Aug 2017 17:54:18 -0000 Test more things better on Travis CI, and fix things in the test suite that did not run properly on Travis CI. I've enabled Travis on my GitHub fork, so you can see what the results would look like here: https://travis-ci.org/CyberShadow/notmuch Vladimir Panteleev (7): .travis.yml: Invoke `make download-test-databases' before running tests .travis.yml: Add gdb and gpgsm dependencies .travis.yml: Replace manual zlib installation with "dist: trusty" test: Fix T050-new.sh on some Travis CI machines .travis.yml: Switch to "sudo: false" for faster builds test: Fix T350-crypto.sh on Emacs snapshots .travis.yml: Test against several Emacs versions .travis.yml | 37 ++++++++++++++++++++++++++----------- test/T050-new.sh | 2 +- test/T350-crypto.sh | 1 + 3 files changed, 28 insertions(+), 12 deletions(-) -- 2.13.3