From: tianzy Date: Tue, 14 Oct 2008 07:39:43 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_120~1^143 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9eb80484225d3db44e20eb10a29a823a69a06701;p=fs%2Flustre-release.git Branch b1_8_gate fix the statistics output of sanity-quota.sh b=14909 i=adilger i=grev --- diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 585285d..a16d76b 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -147,7 +147,7 @@ run_test_with_stat() { do_facet ost$j "lctl set_param lquota.${FSNAME}-OST*.stats=0" > /dev/null done run_test "$@" - if [ ${STAT:-"yes"} != "no" ]; then + if [ ${STAT:-"yes"} != "no" -a -z "$LAST_SKIPPED" ]; then echo "statistics info begin ***************************************" do_facet mds "lctl get_param lquota.${FSNAME}-MDT*.stats" for j in `seq $OSTCOUNT`; do