From: grev Date: Wed, 26 Aug 2009 10:04:43 +0000 (+0000) Subject: b=19215 X-Git-Tag: v1_9_250~4 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=574880d5db3175bd9559cf2d38554b225cced676;ds=sidebyside b=19215 i=Jian.Yu test_33a: fix the info printed --- diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index 6e5e024..c2c97cb 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -759,7 +759,7 @@ test_33a() { local elapsed=$(do_and_time "do_nodes $CLIENT1,$CLIENT2 createmany -o $DIR1/$tdir-\\\$(hostname)-$i/f- -r $DIR2/$tdir-\\\$(hostname)-$i/f- $nfiles > /dev/null 2>&1") jbdnew=$(print_jbd_stat) jbd=$(( jbdnew - jbdold )) - echo "=== END createmany new: $jbdnew transaction : $jbd transactions nfiles $nfiles time $ELAPSED COS=$COS" + echo "=== END createmany new: $jbdnew transaction : $jbd transactions nfiles $nfiles time $elapsed COS=$COS" avgjbd=$(( avgjbd + jbd )) avgtime=$(( avgtime + elapsed )) done