Skip to content

Commit

Permalink
fix URL for Windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
bishakhabanerjee%netscape.com committed Jun 25, 2003
1 parent a48316b commit dace447
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion security/nss/tests/header
Expand Up @@ -476,7 +476,11 @@ tbx_dirs()
else
URL="cindercone.red.iplanet.com"
fi
RESULTDIRURL="<a title=\"QA Results\" href=\"http://${URL}${RESULTDIR}\">QA</a>"
if [ "$O_WIN" = "ON" ] ; then
RESULTDIRURL="<a title=\"QA Results\" href=\"http://${URL}${TBX_WIN_NSSBASEDIR}/tinderbox/tests_results/security/${TRD}\">QA</a>"
else
RESULTDIRURL="<a title=\"QA Results\" href=\"http://${URL}${RESULTDIR}\">QA</a>"
fi
fi
TBX_DAILY_BUILD=`cd ../../../../..;pwd`
NSS_VER_DIR="${TBX_DAILY_BUILD}/../.."
Expand Down Expand Up @@ -968,6 +972,8 @@ win_set_d1()
fi
done
Debug "NSS_VER_DIR set to $NSS_VER_DIR"
TBX_WIN_NSSBASEDIR="$UX_D0/nsstip"
Debug "TBX_WIN_BASEDIR set to $TBX_WIN_BASEDIR"
}

########################### init_host ##################################
Expand Down

0 comments on commit dace447

Please sign in to comment.