Skip to content

Commit

Permalink
made RESULTDIRURL clickable link; r=wtc
Browse files Browse the repository at this point in the history
  • Loading branch information
bishakhabanerjee%netscape.com committed Jun 19, 2003
1 parent e0fccb4 commit 34cb085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/nss/tests/header
Expand Up @@ -473,10 +473,10 @@ tbx_dirs()
RESULTDIR="${NSS_VER_DIR}/tinderbox/tests_results/security/${TRD}"
if [ ${DOMSUF} = "mcom.com" -o ${DOMSUF} = "netscape.com" -o ${DOMSUF} = "nscp.aoltw.net" ] ; then
URL="sbs-rel.nscp.aoltw.net"
RESULTDIRURL="http://${URL}${NSS_VER_DIR}/tinderbox/tests_results/security/${TRD}"
else
RESULTDIRURL=${RESULTDIR}
URL="cindercone.red.iplanet.com"
fi
RESULTDIRURL="<a href="http://${URL}${NSS_VER_DIR}/tinderbox/tests_results/security/${TRD}">RESULTDIRURL</a><br>"
fi
TBX_DAILY_BUILD=`cd ../../../../..;pwd`
NSS_VER_DIR="${TBX_DAILY_BUILD}/../.."
Expand Down

0 comments on commit 34cb085

Please sign in to comment.