Commit 7a08f3cc authored by joreland@mysql.com's avatar joreland@mysql.com

wl1292 - ndb autotest

link to log if it exists, regardless of test result
parent 8e0cf97a
......@@ -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`
(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment