diff options
author | sonja.mirtitsch%sun.com <devnull@localhost> | 2001-10-04 00:36:53 +0000 |
---|---|---|
committer | sonja.mirtitsch%sun.com <devnull@localhost> | 2001-10-04 00:36:53 +0000 |
commit | c61aa3722d1903ce4b595a92f5d1121c21065c61 (patch) | |
tree | 0e6801febc98bd6d4e1ac4a8e236b6a0ffaea33a /security/nss/tests | |
parent | a5bea9b94701d08bd03e8d3841cf99badcde8c11 (diff) | |
download | nss-hg-c61aa3722d1903ce4b595a92f5d1121c21065c61.tar.gz |
trieing to acces a variable set by perl, for tinderbox
Diffstat (limited to 'security/nss/tests')
-rw-r--r-- | security/nss/tests/header | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/nss/tests/header b/security/nss/tests/header index f7fbf78b0..d77e18c20 100644 --- a/security/nss/tests/header +++ b/security/nss/tests/header @@ -466,6 +466,9 @@ tbx_dirs() if [ "$O_WIN" = "ON" ] ; then TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tbx/stalker_NT" else + if [ -n "${TBX_LOGDIR}" ] ; then + TBX_LOGFILE_DIR="${TBX_LOGDIR} + fi TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tinderbox/Solaris8_64" fi echo "QA results in $RESULTDIR" >${TBX_LOGFILE_DIR}/qa.log |