summaryrefslogtreecommitdiff
path: root/ndb/test/run-test
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-02-12 15:20:55 +0100
committerunknown <joreland@mysql.com>2005-02-12 15:20:55 +0100
commitf315e00e56ba3d0e1ec411c1375bbe48856ba187 (patch)
tree368fb8697a3133b7ac053462b6f347a054e56563 /ndb/test/run-test
parent9387349ed27367a5f88dcae4f4175791dcccb1ff (diff)
parentd505ee0790bc35447c11cbaec1f28c3499ae2322 (diff)
downloadmariadb-git-f315e00e56ba3d0e1ec411c1375bbe48856ba187.tar.gz
Merge mysql.com:/home/jonas/src/mysql-5.0
into mysql.com:/home/jonas/src/mysql-5.0-ndb
Diffstat (limited to 'ndb/test/run-test')
-rwxr-xr-xndb/test/run-test/make-html-reports.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/ndb/test/run-test/make-html-reports.sh b/ndb/test/run-test/make-html-reports.sh
index 89f13a4b62a..6278b835dea 100755
--- a/ndb/test/run-test/make-html-reports.sh
+++ b/ndb/test/run-test/make-html-reports.sh
@@ -154,9 +154,13 @@ do
ts=`time_spec $time`
res_txt=""
case $res in
- 0) pass; res_txt="PASSED"; res_dir="&nbsp;";;
+ 0) pass; res_txt="PASSED";;
*) fail; res_txt="FAILED";;
esac
+
+ if [ ! -d "result.$no" ]; then res_dir="&nbsp;"; fi
+
+
total=`expr $total + $time`
(