Switch the 'skipped' column to point to duds.verbose instead of duds,

now that it is available in all current builds.
This commit is contained in:
Mark Linimon 2009-06-03 03:42:30 +00:00
parent b0517c2af5
commit 6ded0e595c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235083

View File

@ -249,7 +249,7 @@ write_row () {
echo "<td align='right' bgcolor='$cellcolor'>" >> ${TMPFILE}
if [ $have_duds ]; then
echo "<a href='http://pointyhat.freebsd.org/errorlogs/$arch-$build-latest/duds'>" >> ${TMPFILE}
echo "<a href='http://pointyhat.freebsd.org/errorlogs/$arch-$build-latest/duds.verbose'>" >> ${TMPFILE}
echo "$n_duds</a>" >> ${TMPFILE}
else
echo "&nbsp;" >> ${TMPFILE}