On 8/1/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 7/30/07, Ken Moffat <[EMAIL PROTECTED]> 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 -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page