Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [Pkg-zsh-devel] Bug#760061: "5 seconds to fail"



[Removed debian from the reply for now.]

On Oct 2,  9:10am, Axel Beckert wrote:
}
} Running test: Status reset by starting a backgrounded command
} E: Caught signal `Terminated': terminating immediately

Well, THAT'S a bit unexpected.  Unless for some reason the output has
not been flushed, this means it's hanging here:

  false
  sleep 1000 &
  print $?
  kill $!


That's the third-from-last test in A05.  I don't suppose you could move
it to the very end and see if that changes the results?  E.g., if it
then fails at "trap ZERR" then lack of output flushing is masking the
real problem.



Messages sorted by: Reverse Date, Date, Thread, Author