[PATCH 09/25] xfstests: remove undocumented TESTS_REMAINING_LOG

Phil White pwhite at sgi.com
Sat Mar 23 05:20:17 CDT 2013


Looks OK.

Reviewed-by: Phil White <pwhite at sgi.com>

On Fri, Mar 15, 2013 at 11:27:53PM +1100, Dave Chinner wrote:
> From: Dave Chinner <dchinner at redhat.com>
> 
> Undocumented and unused, AFAICT. Kill it.
> 
> Reviewed-by: Dave Chinner <dchinner at redhat.com>
> ---
>  check |    7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/check b/check
> index 8a998c4..b93316a 100755
> --- a/check
> +++ b/check
> @@ -365,17 +365,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.7.10.4
> 
> _______________________________________________
> xfs mailing list
> xfs at oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs



More information about the xfs mailing list