wl1292 - ndb autotest

link to log if it exists, regardless of test result


ndb/test/run-test/make-html-reports.sh:
  link to log if it exists, regardless of test result
This commit is contained in:
unknown 2005-02-12 15:05:33 +01:00
commit 3ca04269c9

View file

@ -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`
(