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) git-svn-id: svn://10.0.0.236/trunk@94698 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a5df993c47
commit
0c1775002b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user