put fips test before the stress test (in case of a copied db the fips test interferes)

This commit is contained in:
sonja.mirtitsch%sun.com 2001-11-15 23:26:21 +00:00
Родитель eb3abede60
Коммит 0cfb60dfd0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -479,12 +479,12 @@ cert_init
cert_CA
cert_ssl
cert_smime_client
cert_fips
if [ -n "$DO_DIST_ST" -a "$DO_DIST_ST" = "TRUE" ] ; then
cert_stresscerts
#following lines to be used when databases are to be reused
#cp -r /u/sonmi/tmp/stress/kentuckyderby.13/* $HOSTDIR
#cp -r $HOSTDIR/../clio.8/* $HOSTDIR
#cp -r $HOSTDIR/../${HOST}.2/* $HOSTDIR
fi
cert_fips
cert_cleanup