Commit 3ca04269 authored by unknown's avatar unknown
Browse files

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
parent 4f53f70f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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`

	(