mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +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`
|
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`
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Reference in a new issue