Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb

into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0-ndb
This commit is contained in:
mskold@mysql.com 2005-02-12 15:30:45 +01:00
commit ba050ad331

View file

@ -154,9 +154,13 @@ do
ts=`time_spec $time`
res_txt=""
case $res in
0) pass; res_txt="PASSED"; res_dir=" ";;
0) pass; res_txt="PASSED";;
*) fail; res_txt="FAILED";;
esac
if [ ! -d "result.$no" ]; then res_dir=" "; fi
total=`expr $total + $time`
(