zsh-workers
 help / color / mirror / code / Atom feed
From: Axel Beckert <abe@deuxchevaux.org>
To: zsh-workers@zsh.org
Subject: Re: Testsuite failures in A05execution inside Jenkins, but not locally (was: zsh 5.0.8.-test-3)
Date: Thu, 27 Aug 2015 16:14:06 +0200	[thread overview]
Message-ID: <20150827141406.GW9970@sym.noone.org> (raw)
In-Reply-To: <20150827134728.GV9970@sym.noone.org>

Hi,

On Thu, Aug 27, 2015 at 03:47:29PM +0200, Axel Beckert wrote:
> Maybe this line needs a "2>/dev/null", too?
> 
> >    { printf "%d\n" {1..20000} } | ( read -e )
> 
> Will try that.

This one helped. The essence of the patch now looks like this:

-  { printf "%d\n" {1..20000} } | ( read -e )
-  hang(){ printf "%d\n" {2..20000} | cat }; hang | ( read -e )
+  { printf "%d\n" {1..20000} } 2>/dev/null | ( read -e )
+  hang(){ printf "%d\n" {2..20000} | cat }; hang 2>/dev/null | ( read -e )

Thanks!

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@deuxchevaux.org  (Mail)
 X   See http://www.nonhtmlmail.org/campaign.html | abe@noone.org (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://abe.noone.org/ (Web)


  reply	other threads:[~2015-08-27 14:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150825194807.194b3bed@ntlworld.com>
2015-08-26 13:58 ` Axel Beckert
2015-08-26 18:07   ` Bart Schaefer
2015-08-27 13:47     ` Axel Beckert
2015-08-27 14:14       ` Axel Beckert [this message]
2015-08-27 16:12       ` Bart Schaefer
2015-08-28 11:41 ` zsh 5.0.8.-test-3 Axel Beckert
2015-08-28 17:44   ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150827141406.GW9970@sym.noone.org \
    --to=abe@deuxchevaux.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).