From e4970bedbf97f4c16b31bffbc7e6206b2c5c8876 Mon Sep 17 00:00:00 2001 From: Mikhail Pershin Date: Wed, 21 Jul 2010 18:42:34 +0400 Subject: [PATCH] b=22402 fix whitespaces at the end of lines --- lustre/tests/obdfilter-survey.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/obdfilter-survey.sh b/lustre/tests/obdfilter-survey.sh index 8bfaeae..c994e1e 100644 --- a/lustre/tests/obdfilter-survey.sh +++ b/lustre/tests/obdfilter-survey.sh @@ -7,10 +7,10 @@ LUSTRE=${LUSTRE:-`dirname $0`/..} init_test_env $@ nobjhi=${nobjhi:-1} -thrhi=${thrhi:-16} +thrhi=${thrhi:-16} size=${size:-1024} -# the summary file a bit smaller than OSTSIZE +# the summary file a bit smaller than OSTSIZE . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh} [ "$SLOW" = no ] && { nobjhi=1; thrhi=4; } @@ -85,7 +85,7 @@ test_3 () { # The Network survey test needs: # Start lctl and check for the device list. The device list must be empty. cleanupall - + local cmd="nobjhi=2 thrhi=4 size=$size targets="$(osts_nodes)" case=network sh $OBDSURVEY" echo + $cmd eval $cmd -- 1.8.3.1