From: eeb Date: Fri, 15 Oct 2004 09:57:27 +0000 (+0000) Subject: * Fixed bug in test enumeration X-Git-Tag: v1_7_100~1875 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=15470766199cbaf796375a93f341c084c7179981 * Fixed bug in test enumeration --- diff --git a/lustre-iokit/obdfilter-survey/obdfilter-survey b/lustre-iokit/obdfilter-survey/obdfilter-survey index 7de3a0c..6a76292 100755 --- a/lustre-iokit/obdfilter-survey/obdfilter-survey +++ b/lustre-iokit/obdfilter-survey/obdfilter-survey @@ -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