summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-02-14 08:28:47 +0100
committerunknown <joreland@mysql.com>2005-02-14 08:28:47 +0100
commit9f2240b47908a53c3559592ce4b54a51846e16f3 (patch)
tree1f8934891bbf2e8c0a28fc0b0ab002e65ed86b20
parente03b7bd8798eba3d6de2835e3a73c99ea0a08d6e (diff)
downloadmariadb-git-9f2240b47908a53c3559592ce4b54a51846e16f3.tar.gz
wl1292 - ndb autotest
fix log reports ndb/test/run-test/make-html-reports.sh: fix log reports
-rwxr-xr-xndb/test/run-test/make-html-reports.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ndb/test/run-test/make-html-reports.sh b/ndb/test/run-test/make-html-reports.sh
index 6278b835dea..67395ceba47 100755
--- a/ndb/test/run-test/make-html-reports.sh
+++ b/ndb/test/run-test/make-html-reports.sh
@@ -158,8 +158,7 @@ do
*) fail; res_txt="FAILED";;
esac
- if [ ! -d "result.$no" ]; then res_dir="&nbsp;"; fi
-
+ if [ ! -d "$src_dir/result.$no" ]; then res_dir="&nbsp;"; fi
total=`expr $total + $time`