Commit c8510bf8 authored by unknown's avatar unknown

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

into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0-ndb

parents dd0f6224 f315e00e
...@@ -154,9 +154,13 @@ do ...@@ -154,9 +154,13 @@ do
ts=`time_spec $time` ts=`time_spec $time`
res_txt="" res_txt=""
case $res in case $res in
0) pass; res_txt="PASSED"; res_dir=" ";; 0) pass; res_txt="PASSED";;
*) fail; res_txt="FAILED";; *) fail; res_txt="FAILED";;
esac esac
if [ ! -d "result.$no" ]; then res_dir=" "; fi
total=`expr $total + $time` total=`expr $total + $time`
( (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment