Is 6.3 ready for release?
Dan Nicholson
dbn.lists at gmail.com
Mon Aug 6 13:06:55 MDT 2007
On 8/1/07, Dan Nicholson <dbn.lists at gmail.com> wrote:
> On 7/30/07, Ken Moffat <ken at linuxfromscratch.org> wrote:
>
> > And the vim test failure is totally impenetrable.
>
> One of the vim tests hung on me, and trying to decipher the output
> only resulted in garbage in the terminal. I think I might just stop
> running this thing.
A couple things I figured out about the vim tests. First, the test
hang was due to bad make dependencies when running in parallel.
Second, failures will be indicated (I think) by presence of a
test*.failed files. Basically, I think this could be used for
success/failure:
ls src/testdir/*.failed 2>/dev/null && echo failed
--
Dan
More information about the lfs-dev
mailing list