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