diff options
author | unknown <joreland@mysql.com> | 2005-02-12 15:06:39 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-02-12 15:06:39 +0100 |
commit | 66d5e4e8889830c0e35f9c304c0c0da7c8a80847 (patch) | |
tree | b5ddd460e2659b3223f36e8b93ebe3ac652bcabd /ndb/test/run-test | |
parent | 7b5ef7cc0d1555e3d403ec7dce8f59852cf99a61 (diff) | |
parent | 3ca04269c93487f6c41f849e5cbc3e43677cd52e (diff) | |
download | mariadb-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-x | ndb/test/run-test/make-html-reports.sh | 6 |
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=" ";; + 0) pass; res_txt="PASSED";; *) fail; res_txt="FAILED";; esac + + if [ ! -d "result.$no" ]; then res_dir=" "; fi + + total=`expr $total + $time` ( |