Whamcloud - gitweb
LU-12488 tests: Fix sanityn 93 for DNE configs
[fs/lustre-release.git] / lustre / tests / replay-single-lmv.sh
index 1a50085..21dd7ca 100755 (executable)
@@ -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