From: David Bremner Date: Fri, 7 Aug 2015 20:00:23 +0000 (+0200) Subject: Re: [PATCH] test: make script exit (1) if it "fails" to source (.) a file X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1235f660882858cfa9b101b0e1a5fed2d0791c4a;p=notmuch-archives.git Re: [PATCH] test: make script exit (1) if it "fails" to source (.) a file --- diff --git a/de/97fe6d262a6e3386943a35994fc1fc574f8a2d b/de/97fe6d262a6e3386943a35994fc1fc574f8a2d new file mode 100644 index 000000000..7507e822b --- /dev/null +++ b/de/97fe6d262a6e3386943a35994fc1fc574f8a2d @@ -0,0 +1,60 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 773AA6DE1531 + for ; Fri, 7 Aug 2015 13:01:36 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.138 +X-Spam-Level: +X-Spam-Status: No, score=0.138 tagged_above=-999 required=5 tests=[AWL=0.138] + 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 nxhQvAcosMQ1 for ; + Fri, 7 Aug 2015 13:01:34 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 896986DE13FE + for ; Fri, 7 Aug 2015 13:01:34 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZNnoj-0007De-Ha; Fri, 07 Aug 2015 20:00:37 +0000 +Received: (nullmailer pid 24252 invoked by uid 1000); Fri, 07 Aug 2015 + 20:00:23 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH] test: make script exit (1) if it "fails" to source (.) a + file +In-Reply-To: <1438852416-32210-1-git-send-email-tomi.ollila@iki.fi> +References: <1438852416-32210-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Fri, 07 Aug 2015 22:00:23 +0200 +Message-ID: <87zj2298dk.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: tomi.ollila@iki.fi +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Fri, 07 Aug 2015 20:01:36 -0000 + +Tomi Ollila writes: + +> At the end of all source (.) lines construct ' || exit 1' was added; + +pushed, + +d + +