Skip to content

Commit

Permalink
Disable file-hash for Remote-CI Windows unit-test
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jan 12, 2022
1 parent 06351bb commit 9a1fafe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions easytls-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand All @@ -404,7 +404,7 @@ do
"
}

[ $loops -eq 3 ] && [ $EASYTLS_REMOTE_CI ] && {
[ $loops -eq 2 ] && [ $EASYTLS_REMOTE_CI ] && {
EASYTLS_OPTS="${EASYTLS_OPTS% -y}"
print "
Expand All @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 9a1fafe

Please sign in to comment.