Whamcloud - gitweb
- ptlrpc_ping_interpret is needless:
[fs/lustre-release.git] / lustre-iokit / obdfilter-survey / obdfilter-survey
index 7de3a0c..6a76292 100755 (executable)
@@ -387,7 +387,7 @@ for ((rsz=$rszlo;rsz<=$rszhi;rsz*=2)); do
                first_objs[$idx]=$first_obj
            done
            # run tests
-           for test in write $tests; do
+           for test in ${tests[@]}; do
                print_summary -n "$test "
                # create per-host script files
                for host in ${unique_hosts[@]}; do