Whamcloud - gitweb
* Fixed bug in test enumeration
authoreeb <eeb>
Fri, 15 Oct 2004 09:57:27 +0000 (09:57 +0000)
committereeb <eeb>
Fri, 15 Oct 2004 09:57:27 +0000 (09:57 +0000)
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