From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12560 invoked from network); 18 Dec 2007 20:56:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Dec 2007 20:56:38 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 33231 invoked from network); 18 Dec 2007 20:56:30 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Dec 2007 20:56:30 -0000 Received: (qmail 19250 invoked by alias); 18 Dec 2007 20:56:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24290 Received: (qmail 19235 invoked from network); 18 Dec 2007 20:56:26 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 18 Dec 2007 20:56:26 -0000 Received: from virusfilter.dotsrc.org (bifrost [127.0.0.1]) by spamfilter.dotsrc.org (Postfix) with ESMTP id 263348058F54 for ; Tue, 18 Dec 2007 21:53:17 +0100 (CET) Received: from uludag.org.tr (ns2.uludag.org.tr [193.140.100.220]) by bifrost.dotsrc.org (Postfix) with ESMTP for ; Tue, 18 Dec 2007 21:53:16 +0100 (CET) Received: from ninjamobile.local (unknown [85.101.232.208]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by uludag.org.tr (Postfix) with ESMTP id 5AADE61DF9BC; Tue, 18 Dec 2007 22:56:14 +0200 (EET) From: Ismail =?utf-8?q?D=C3=B6nmez?= Organization: Pardus / KDE To: Peter Stephenson Subject: Re: PATCH: count test failures Date: Tue, 18 Dec 2007 22:56:22 +0200 User-Agent: KMail/1.9.6 (enterprise 0.20071204.744707) References: <26213.1198011134@pws-pc> In-Reply-To: <26213.1198011134@pws-pc> Cc: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200712182256.22740.ismail@pardus.org.tr> X-Virus-Scanned: ClamAV using ClamSMTP Tuesday 18 December 2007 22:52:14 tarihinde =C5=9Funlar=C4=B1 yazm=C4=B1=C5= =9Ft=C4=B1n=C4=B1z: > This adds an intermediate script in the Test directory to report test > scripts that succeeded and failed. This is for lazy people who can't be > bothered to scroll the terminal. We already make far more demands of > the shell in ztst.zsh than in runtests.zsh, so I can't see an obvious > problem. But I'm sure you'll let me know. Hmm how about exiting with failure at the end if a test fails? =2D-=20 Never learn by your mistakes, if you do you may never dare to try again.