The jhalfs commands generated for grep do not capture the test logs.

The lfs command is:

   make check || true

and the jhalfs generated command is:

   make -k check || true >> $TEST_LOG 2>&1 || true

The test log is capuring the output of true which is not very helpful. 
I think the command generated by jhalfs should be:

    (make -k check || true) >> $TEST_LOG 2>&1 || true

which should work any time the book has <userinput remap="test">

Does anyone want to make a stab at fixing this?  It's probably just a 
small change to LFS/lfs.xsl.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to