[PATCH 08/18] xfstests: Remove undocumented code from check

Philip White pwhite at sgi.com
Thu Mar 14 08:06:11 CDT 2013


From: Phil White <pwhite at sgi.com>


This is a rebasing & resubmit of a dchinner patch.  His comments on the
original:
-----------------
Undocumented and unused, AFAICT. Kill it.
-----------------

Signed-off-by: Phil White <pwhite at sgi.com>
---
 check |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/check b/check
index 06189c8..37d1d2f 100755
--- a/check
+++ b/check
@@ -172,17 +172,10 @@ fi
 seq="check"
 _check_test_fs
 
-[ -n "$TESTS_REMAINING_LOG" ] && echo $list > $TESTS_REMAINING_LOG
-
 for seq in $list
 do
     err=false
     echo -n "$seq"
-    if [ -n "$TESTS_REMAINING_LOG" ] ; then
-        sed -e "s/$seq//" -e 's/  / /' -e 's/^ *//' $TESTS_REMAINING_LOG > $TESTS_REMAINING_LOG.tmp
-        mv $TESTS_REMAINING_LOG.tmp $TESTS_REMAINING_LOG
-        sync
-    fi
 
     if $showme
     then
-- 
1.5.3.8



More information about the xfs mailing list