From e40a68e70139e1950f9eee6a57a8801cb81c1727 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 20 Feb 2013 08:26:35 +0000 Subject: [PATCH] Fix the procps-ng check instructions so that the result is logged into $TEST_LOG --- LFS/lfs.xsl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/LFS/lfs.xsl b/LFS/lfs.xsl index 950d327..c056e27 100644 --- a/LFS/lfs.xsl +++ b/LFS/lfs.xsl @@ -311,6 +311,12 @@ exit select="substring-before(string(),'2>&1')"/> >> $TEST_LOG 2>&1 || true + + + { + + ; } >> $TEST_LOG 2>&1 || true + >> $TEST_LOG 2>&1 || true @@ -339,11 +345,18 @@ exit select="substring-before(string(),'2>&1')"/> >> $TEST_LOG 2>&1 || true + ( >> $TEST_LOG 2>&1 && exit $PIPESTATUS) + + + { + + ; } >> $TEST_LOG 2>&1 + >> $TEST_LOG 2>&1 || true