brought comments up to date

This commit is contained in:
sonmi%netscape.com 2001-08-23 18:46:44 +00:00
parent 8c7304136b
commit d5deeb87b0

View File

@ -52,6 +52,7 @@
# cipher.sh - test NSS ciphers
# perf.sh - Nightly performance measurments
# tools.sh - Tests the majority of the NSS tools
# fips.sh - Tests basic functionallity of NSS in FIPS-compliant mode
#
# special strings
# ---------------
@ -69,18 +70,15 @@
# file tells the test suite that the output is going to a log, so any
# forked() children need to redirect their output to prevent them from
# being over written.
# I need to test how this works with the sourced scripts now...
#
########################################################################
#FIXME - all will be sourced by the wrapper wrapper will do cleanup etc
TESTS="cert ssl sdr cipher smime perf tools fips"
SCRIPTNAME=all.sh
CLEANUP="${SCRIPTNAME}"
cd `dirname $0` #FIXME - if sourced
cd `dirname $0` # will cause problems if sourced
#all.sh is the one that always needs to source the init - just to be consistant
#all.sh should be the first one to try to source the init
if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then
cd common
. init.sh