This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3
On Mon, Jun 06, 2005 at 04:11:32PM -0700, Max Kaehn wrote:
>On Mon, 2005-06-06 at 16:07, Igor Pechtchanski wrote:
>> I take it you meant
>>
>> - $(RUNTEST) --tool winsup $(RUNTESTFLAGS) ;\
>> + $(RUNTEST) --tool winsup $(RUNTESTFLAGS) &&\
>
>Oh, right, this is the world of shell scripts, not C. Thanks for
>catching that.
Actually neither is right. The tests are supposed to run to
completion, not stop on a failure.
cgf