Whamcloud - gitweb
LU-13273 tests: run_ior() parameters order fix
[fs/lustre-release.git] / lustre / tests / functions.sh
index 50ff899..4df176a 100644 (file)
@@ -645,7 +645,7 @@ run_ior() {
 
        local cmd
        if [ -n "$ior_custom_params" ]; then
-               cmd="$IOR $ior_custom_params -o $testdir/iorData"
+               cmd="$IOR -o $testdir/iorData $ior_custom_params"
        else
                cmd="$IOR -a $ior_type -b ${ior_blockSize}${ior_blockUnit} \
                -o $testdir/iorData -t $ior_xferSize -v -C -w -r -W \