X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Ftests%2Freplay-single-lmv.sh;h=21dd7ca74be7197d914b390d6a65e0f9d2c2cc54;hb=7a810496c2ce970294af7ad5939d43490c1817d7;hp=1a50085e418800ff614036f8dfb393c369323f96;hpb=c3d36069ca342a2f1ee97f983e7c49ae540688e5;p=fs%2Flustre-release.git diff --git a/lustre/tests/replay-single-lmv.sh b/lustre/tests/replay-single-lmv.sh index 1a50085..21dd7ca 100755 --- a/lustre/tests/replay-single-lmv.sh +++ b/lustre/tests/replay-single-lmv.sh @@ -40,7 +40,7 @@ fi mkdir -p $DIR # LU-482 Avert LVM and VM inability to flush caches in pre .33 kernels -if [ $LINUX_VERSION_CODE -lt $(kernel_version 2 6 33) ]; then +if [ $LINUX_VERSION_CODE -lt $(version_code 2.6.33) ]; then sync do_facet $SINGLEMDS sync fi @@ -113,6 +113,6 @@ test_3b() { } run_test 3b "mkdir cross-node dir (fail mds with inode)" -equals_msg test complete, cleaning up +complete $SECONDS $CLEANUP