From 14bcbdfacb9a6d14345079696187dacc5c124a14 Mon Sep 17 00:00:00 2001 From: Doug Engert Date: Mon, 2 Sep 2024 07:44:33 -0500 Subject: [PATCH] .github/test-isoapplet.sh - GET DEBUG LOGS FOR FAILING TEST --- .github/test-isoapplet.sh | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/.github/test-isoapplet.sh b/.github/test-isoapplet.sh index 08b9c0277ea..8dd6c3fe3dd 100755 --- a/.github/test-isoapplet.sh +++ b/.github/test-isoapplet.sh @@ -51,9 +51,15 @@ $VALGRIND pkcs11-tool -L | tee opensc.log # report as "token not recognized" grep "(token not recognized)" opensc.log +# show openssl version +openssl version + # Does OpenSC see the uninitialized card with options for InitToken? cat >opensc.conf <