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

Re: A05execution.ztst fails on Cygwin



On Jan 3,  7:29pm, Peter Stephenson wrote:
}
} Actually, looking at it more closesly, the problem may be that somehow
} the ### output that shows the time being taken have got mixed in with
} standard output from the test itself.

It looks like "[6]  - 2456 running    sleep 1000" got mixed into the
output as well.  That's from a completely different test two or three
places earlier in the A05* file:

      false
      sleep 1000 &
      print $?
      kill $!
    0:Status reset by starting a backgrounded command
    >0

... and indicates that "kill $!" did not succeed in ending the sleep, so
there are much larger issues here than this garbled output.

} I would expect the first problem you reported to be tractable, though.

I have my doubts ...



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