Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Output of 'make check'
- X-seq: zsh-workers 11710
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: Output of 'make check'
- Date: Thu, 01 Jun 2000 11:03:10 +0100
- In-reply-to: "Your message of Thu, 01 Jun 2000 13:28:08 +0400." <000501bfcbab$b2aad710$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> I do not particular like it. It outputs thousands of "No differences
> encountered", that will scroll away any useful output. So, if any test
> in between fails, there is no chance to see it unfortunately (there
> seems to be no log by default). I just noticed, that one more test
> failed - and it was only by accident.
That's coming from your version of diff, not the test harness. If you can
find a portable way of suppressing it without removing the useful output, I
will add it --- it may simply be a case of 2>/dev/null.
I'm getting the _arguments test failure you report, too, but _arguments is
not something I'd like to see changed at this stage, since a lot of the
completion system depends on quite small details of how it works. We can
leave the test out for the time being.
We could create a separate set of tests known to fail, not run by default
but designed to embarrass the developers. I'm not sure how much I like the
sound of that.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author