took out backward compatibility testing for tinderbox

This commit is contained in:
sonmi%netscape.com 2001-05-25 01:44:37 +00:00
parent f7e511520e
commit c20f32f11d

View File

@ -262,7 +262,11 @@ while [ $TEST_LEVEL -lt 3 ] ; do
else
nssqa_main
fi
TEST_LEVEL=`expr $TEST_LEVEL + 1 `
if [ "$O_TBX" = "ON" ] ; then # do not do backward compatibility
TEST_LEVEL=3 # testing on tinderbox
else
TEST_LEVEL=`expr $TEST_LEVEL + 1 `
fi
done
if [ "$O_TBX" = "ON" ] ; then