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:
parent
b0517c2af5
commit
6ded0e595c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235083
1 changed files with 1 additions and 1 deletions
|
@ -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 " " >> ${TMPFILE}
|
||||
|
|
Loading…
Reference in a new issue