Skip to content
Snippets Groups Projects
Commit 15470766 authored by Eric Barton's avatar Eric Barton
Browse files

* Fixed bug in test enumeration

parent 638a8433
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment