Whamcloud - gitweb
LU-14361 statahead: add tunable for fname pattern statahead
[fs/lustre-release.git] / lustre / tests / scrub-performance.sh
index 00e38cb..7512f38 100644 (file)
@@ -6,7 +6,7 @@ ONLY=${ONLY:-"$*"}
 
 LUSTRE=${LUSTRE:-$(dirname $0)/..}
 . $LUSTRE/tests/test-framework.sh
-init_test_env $@
+init_test_env "$@"
 init_logging
 
 ALWAYS_EXCEPT="$SCRUB_PERFORMANCE_EXCEPT"
@@ -183,6 +183,6 @@ run_test 0 "OI scrub performance test"
 
 # cleanup the system at last
 scrub_cleanup
-complete $SECONDS
+complete_test $SECONDS
 check_and_cleanup_lustre
 exit_status