summaryrefslogtreecommitdiff
path: root/ndb/test/run-test
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-02-12 15:06:39 +0100
committerunknown <joreland@mysql.com>2005-02-12 15:06:39 +0100
commit66d5e4e8889830c0e35f9c304c0c0da7c8a80847 (patch)
treeb5ddd460e2659b3223f36e8b93ebe3ac652bcabd /ndb/test/run-test
parent7b5ef7cc0d1555e3d403ec7dce8f59852cf99a61 (diff)
parent3ca04269c93487f6c41f849e5cbc3e43677cd52e (diff)
downloadmariadb-git-66d5e4e8889830c0e35f9c304c0c0da7c8a80847.tar.gz
Merge mysql.com:/home/jonas/src/mysql-4.1
into mysql.com:/home/jonas/src/mysql-5.0
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`
(