From 9a1fafed57750ad14a6993624b4a1f4ade3a779d Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Wed, 12 Jan 2022 01:05:41 +0000 Subject: [PATCH] Disable file-hash for Remote-CI Windows unit-test Signed-off-by: Richard T Bonhomme --- easytls-unit-tests.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/easytls-unit-tests.sh b/easytls-unit-tests.sh index 6719308..ac3ddcd 100755 --- a/easytls-unit-tests.sh +++ b/easytls-unit-tests.sh @@ -393,7 +393,7 @@ do EASYTLS_OPTS="${EASYTLS_OPTS} -n" } - [ $loops -eq 2 ] && [ $EASYTLS_REMOTE_CI ] && { + [ $loops -eq 1 ] && [ $EASYTLS_REMOTE_CI ] && { EASYTLS_OPTS="${EASYTLS_OPTS} -y" print " @@ -404,7 +404,7 @@ do " } - [ $loops -eq 3 ] && [ $EASYTLS_REMOTE_CI ] && { + [ $loops -eq 2 ] && [ $EASYTLS_REMOTE_CI ] && { EASYTLS_OPTS="${EASYTLS_OPTS% -y}" print " @@ -426,7 +426,7 @@ do "$EASYRSA_CMD" $EASYRSA_OPTS init-pki # Build EASYTLS_VARS - Random serial NO - [ $loops -eq 2 ] && build_vars + [ $loops -eq 1 ] && build_vars print "ls -l $EASYRSA_PKI" [ $EASYTLS_SILENT ] || ls -l "$EASYRSA_PKI" @@ -443,6 +443,9 @@ do "build-client-full c09 nopass" \ "build-client-full c10 nopass" \ "build-client-full cw01 nopass" \ + "show-ca" \ + "show-cert s01" \ + "show-cert c01" \ "--keysize=64 gen-dh" \ ## EOL do