sprinle stat saveing

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20780 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-01 22:17:03 +00:00
parent 2e864fd369
commit b9da6ebef0
10 changed files with 33 additions and 10 deletions

View File

@@ -36,7 +36,10 @@
srcdir="@srcdir@"
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
#stat="--statistic-file=${objdir}/statfile"
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77
fi

View File

@@ -35,8 +35,11 @@
#
srcdir="@srcdir@"
objdir="@objdir@"
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
#stat="--statistic-file=${objdir}/statfile"
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77
fi

View File

@@ -36,7 +36,9 @@
srcdir="@srcdir@"
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
#stat="--statistic-file=${objdir}/statfile"
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77

View File

@@ -36,7 +36,9 @@
srcdir="@srcdir@"
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
#stat="--statistic-file=${objdir}/statfile"
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77

View File

@@ -37,7 +37,9 @@
srcdir="@srcdir@"
nistdir=/sources/pki/nist/PKITS_data
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
#stat="--statistic-file=${objdir}/statfile"
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77

View File

@@ -39,7 +39,9 @@ nistdir=/sources/pki/nist/PKITS_data
test -d "$nistdir" || exit 77
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
#stat="--statistic-file=${objdir}/statfile"
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
if ${hxtool} validate DIR:$nistdir/certs > /dev/null; then
:

View File

@@ -42,7 +42,9 @@ echo "nist pkcs12 tests"
test -d "$nistdir" || exit 77
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
#stat="--statistic-file=${objdir}/statfile"
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
for a in $nistdir/*.p12 ; do

View File

@@ -36,7 +36,9 @@
srcdir="@srcdir@"
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
#stat="--statistic-file=${objdir}/statfile"
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
echo "try printing"
${hxtool} print \

View File

@@ -36,7 +36,9 @@
srcdir="@srcdir@"
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
#stat="--statistic-file=${objdir}/statfile"
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77

View File

@@ -36,7 +36,10 @@
srcdir="@srcdir@"
hxtool="${TESTS_ENVIRONMENT} ./hxtool"
#stat="--statistic-file=${objdir}/statfile"
hxtool="${TESTS_ENVIRONMENT} ./hxtool ${stat}"
if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
exit 77
fi