mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-5.0
This commit is contained in:
commit
66d5e4e888
1 changed files with 5 additions and 1 deletions
|
@ -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`
|
||||
|
||||
(
|
||||
|
|
Loading…
Reference in a new issue