From d943f1da8f26b0612528dd78fec2744690b858b9 Mon Sep 17 00:00:00 2001 From: "sonmi%netscape.com" Date: Fri, 11 May 2001 23:10:54 +0000 Subject: [PATCH] export testlevel, so the scripts know when running backwardcompatibility tests (need to run some tests differently, because of new options, or known misbehavior) git-svn-id: svn://10.0.0.236/trunk@94700 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/tests/nssqa | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/security/nss/tests/nssqa b/mozilla/security/nss/tests/nssqa index 8677dbc0e03..d62ca27adc7 100755 --- a/mozilla/security/nss/tests/nssqa +++ b/mozilla/security/nss/tests/nssqa @@ -252,6 +252,7 @@ nssqa_main() TEST_LEVEL=0 while [ $TEST_LEVEL -lt 3 ] ; do + export TEST_LEVEL unset BUILD_OPT;export BUILD_OPT;Debug "BUILD_OPT $BUILD_OPT" unset USE_64;export USE_64;Debug "USE_64 $USE_64" bc $TEST_LEVEL