added a BC_RELEASE variable (=3.2) for backward compatibility test releases,

because when testing against 3.2 we need
to specifically disable  some tests, this will not be so when we are
testing against future releases (or in other places)
This commit is contained in:
sonmi%netscape.com 2001-05-11 23:08:16 +00:00
Родитель 4fcffdb12c
Коммит 61008f3251
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -160,12 +160,15 @@ then # want the init to wait forever for directories to
WIN_WAIT_FOREVER=OFF
fi
# NOTE: following variables have to change
# from release to release
if [ -z "$BC_MASTER" ] # master directory for backwardscompatibility testing
then # a linux compiler bug prevents us from doing the
# testing against a rtm - so we rebuild the branch
#BC_MASTER="20010212.1.nss32_rtm"
BC_MASTER="nss32/builds/20010420-nss-3.2-ref"
BC_MASTER="nss32/builds/20010510.1-nss-3.2-ref"
fi
BC_RELEASE=3.2
export BC_RELEASE
EARLY_EXIT=TRUE #before the report file has been created, causes Exit to
#create it