From 93a7878c1536bc7ed9f291d3527490db6fb56c01 Mon Sep 17 00:00:00 2001 From: "joreland@mysql.com" <> Date: Mon, 14 Feb 2005 08:28:47 +0100 Subject: [PATCH] wl1292 - ndb autotest fix log reports --- ndb/test/run-test/make-html-reports.sh | 3 +-- 1 file changed, 1 insertion(+), 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`