mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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:
parent
4f53f70f72
commit
3ca04269c9
1 changed files with 5 additions and 1 deletions
|
|
@ -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`
|
||||
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue