[pkg-opensc-commit] [libp11] 217/239: tests: added more descriptive output text in testpkcs11.softhsm
Eric Dorland
eric at moszumanska.debian.org
Sat Oct 17 06:21:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit c25d910414f003a93df9f60a948bc3a7a14eefbd
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date: Wed Sep 2 14:53:47 2015 +0200
tests: added more descriptive output text in testpkcs11.softhsm
---
tests/testpkcs11.softhsm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/testpkcs11.softhsm b/tests/testpkcs11.softhsm
index 04109c6..f4d75d8 100755
--- a/tests/testpkcs11.softhsm
+++ b/tests/testpkcs11.softhsm
@@ -25,11 +25,13 @@ file_dir="${srcdir:-./}"
./auth $ADDITIONAL_PARAM $PIN
if test $? != 0;then
+ echo "Basic PKCS #11 test test failed"
exit 1;
fi
./rawrsasign $ADDITIONAL_PARAM $PIN
if test $? != 0;then
+ echo "Raw RSA signature test failed"
exit 1;
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list