diff options
author | sonmi%netscape.com <devnull@localhost> | 2001-07-30 17:05:55 +0000 |
---|---|---|
committer | sonmi%netscape.com <devnull@localhost> | 2001-07-30 17:05:55 +0000 |
commit | 8d717aa2339102559cd25eb0382d2859cebd28a0 (patch) | |
tree | 0f3316b87809f080b89fcf67ee99d6b7c34ebea6 | |
parent | 36932763106110bbd45111f30c0a9d3528314aa2 (diff) | |
download | nss-hg-8d717aa2339102559cd25eb0382d2859cebd28a0.tar.gz |
adapted for filesystem move (mccrel)
-rw-r--r-- | security/nss/tests/header | 4 | ||||
-rwxr-xr-x | security/nss/tests/nssdir | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/tests/header b/security/nss/tests/header index c29aebe74..783ba3a23 100644 --- a/security/nss/tests/header +++ b/security/nss/tests/header @@ -185,7 +185,7 @@ export BC_RELEASE EARLY_EXIT=TRUE #before the report file has been created, causes Exit to #create it -UX_D0=/h/blds-sca15a/export/builds/mccrel/nss +UX_D0=/share/builds/mccrel/nss ################################### glob_init ########################## # global shell function, main initialisation function @@ -432,7 +432,7 @@ init_dirs() set_daily_build_dirs if [ -z "${BCDIST}" ] ; then - #BCDIST=/h/blds-sca15a/export/builds/mccrel/nss/${BC_MASTER}/${MASTERBUILD}/mozilla/dist + #BCDIST=/share/builds/mccrel/nss/${BC_MASTER}/${MASTERBUILD}/mozilla/dist BCDIST=${NSS_VER_DIR}/../${BC_MASTER}/${MASTERBUILD}/mozilla/dist if [ ! -d $BCDIST ] ; then ask "Backward compatibility dierectory $BCDIST does not exist, continue" "y" "n" || Exit diff --git a/security/nss/tests/nssdir b/security/nss/tests/nssdir index dfa025f61..e8c52d2f4 100755 --- a/security/nss/tests/nssdir +++ b/security/nss/tests/nssdir @@ -17,7 +17,7 @@ else if ( "$QAYEAR" == "" ) then endif -setenv NSS_VER_DIR /h/blds-sca15a/export/builds/mccrel/nss/nss$NSSVER +setenv NSS_VER_DIR /share/builds/mccrel/nss/nss$NSSVER setenv NTDIST ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/blowfish_NT4.0_Win95/mozilla/dist setenv UXDIST ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/y2sun2_Solaris8/mozilla/dist setenv TESTSCRIPTDIR ${NSS_VER_DIR}/builds/${QAYEAR}${BUILDDATE}.1/y2sun2_Solaris8/mozilla/security/nss/tests |