diff options
author | unknown <joreland@mysql.com> | 2005-02-14 08:28:47 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-02-14 08:28:47 +0100 |
commit | 9f2240b47908a53c3559592ce4b54a51846e16f3 (patch) | |
tree | 1f8934891bbf2e8c0a28fc0b0ab002e65ed86b20 | |
parent | e03b7bd8798eba3d6de2835e3a73c99ea0a08d6e (diff) | |
download | mariadb-git-9f2240b47908a53c3559592ce4b54a51846e16f3.tar.gz |
wl1292 - ndb autotest
fix log reports
ndb/test/run-test/make-html-reports.sh:
fix log reports
-rwxr-xr-x | ndb/test/run-test/make-html-reports.sh | 3 |
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=" "; fi - + if [ ! -d "$src_dir/result.$no" ]; then res_dir=" "; fi total=`expr $total + $time` |