From 574880d5db3175bd9559cf2d38554b225cced676 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 26 Aug 2009 10:04:43 +0000 Subject: [PATCH] b=19215 i=Jian.Yu test_33a: fix the info printed --- lustre/tests/sanityN.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1