Fix for bug 315798 . run bltest and rsaperf from source directories in the QA . r=nelson

git-svn-id: svn://10.0.0.236/trunk@193670 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
julien.pierre.bugs%sun.com 2006-04-06 06:19:41 +00:00
parent 750f907d8b
commit 645eb0fd8c
2 changed files with 4 additions and 3 deletions

View File

@ -75,7 +75,7 @@ cipher_init()
mkdir -p ${CIPHERDIR}
cd ${CIPHERTESTDIR}
cd ${CIPHERDIR}
P_CIPHER=.
if [ -n "${MULTIACCESS_DBM}" ]; then
P_CIPHER="multiaccess:${D_CIPHER}"
@ -101,8 +101,8 @@ cipher_main()
outOff=0
while [ $outOff -lt 8 ]
do
echo "bltest -T -m $PARAM -d . -1 $inOff -2 $outOff"
bltest -T -m $PARAM -d . -1 $inOff -2 $outOff
echo "bltest -T -m $PARAM -d $CIPHERTESTDIR -1 $inOff -2 $outOff"
bltest -T -m $PARAM -d $CIPHERTESTDIR -1 $inOff -2 $outOff
if [ $? -ne 0 ]; then
failedStr="$failedStr[$inOff:$outOff]"
fi

View File

@ -67,6 +67,7 @@ perf_init()
}
perf_init
cd ${PERFDIR}
RSAPERF_OUT=`rsaperf -i 300 -s -n none`
RSAPERF_OUT=`echo $RSAPERF_OUT | sed \
-e "s/^/RSAPERF: $OBJDIR /" \