Skip to content

Commit bd7107e

Browse files
committed
Fix test output
1 parent b53d6d0 commit bd7107e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.tests/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ if [ "${USE_DOCKER}" = "1" ]; then
212212
ERROR=1
213213
fi
214214

215+
echo
215216
echo "[INFO] Validating openssl certificate with openssl client"
216217
if ! run "echo | openssl s_client -verify 8 -CAfile ${CA_CRT_PATH} | grep 'Verify return code: 0 (ok)'" "60"; then
217218
ERROR=1
@@ -233,6 +234,7 @@ else
233234
echo "[INFO] Ensuring OpenSSL server is not running"
234235
run "ps aux | grep openssl | grep s_server | awk '{print \$2}' | xargs kill 2>/dev/null || true"
235236

237+
echo
236238
echo "[INFO] Starting OpenSSL server"
237239
run "openssl s_server -key ${CERT_KEY_PATH} -cert ${CERT_CRT_PATH} -CAfile ${CA_CRT_PATH} -accept ${OPENSSL_PORT} -www >/dev/null &"
238240

0 commit comments

Comments
 (0)