adder HP as tinderboxplatform

This commit is contained in:
sonja.mirtitsch%sun.com 2001-10-26 18:07:58 +00:00
parent f33cebfd69
commit c851973d17

View File

@ -470,6 +470,8 @@ tbx_dirs()
TBX_LOGFILE_DIR="${TBX_LOGDIR}"
elif [ -d "${NSS_VER_DIR}/logs/tinderbox/Solaris8_64" ] ; then
TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tinderbox/Solaris8_64"
elif [ -d "${NSS_VER_DIR}/logs/tinderbox/HP-UX-11.00" ] ; then
TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tinderbox/HP-UX-11.00"
elif [ -d "${NSS_VER_DIR}/logs/tinderbox/Solaris2.6" ] ; then
TBX_LOGFILE_DIR="${NSS_VER_DIR}/logs/tinderbox/Solaris2.6"
else