From 79ff919b8a47edaa912b83447601f21d0a175d31 Mon Sep 17 00:00:00 2001 From: Colton Willey Date: Thu, 9 Oct 2025 14:02:56 -0700 Subject: [PATCH] Get debug --- scripts/cmd_test/req-cmd-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cmd_test/req-cmd-test.sh b/scripts/cmd_test/req-cmd-test.sh index 1278f398..173fa9fc 100755 --- a/scripts/cmd_test/req-cmd-test.sh +++ b/scripts/cmd_test/req-cmd-test.sh @@ -63,7 +63,7 @@ test_cert_creation() { # Create certificate with specified provider echo "Creating self-signed certificate with ${hash_alg} using ${req_provider_name}..." if $OPENSSL_BIN req -x509 -new -key "$key_file" -${hash_alg} -days 365 \ - -out "$cert_file" -subj "/CN=test-${curve}-${hash_alg}" ${req_provider_args} 2>/dev/null; then + -out "$cert_file" -subj "/CN=test-${curve}-${hash_alg}" ${req_provider_args}; then echo "[PASS] Certificate creation successful" # Only call check_force_fail for wolfProvider operations, or when not in force fail mode if [[ "$req_provider_args" == *"libwolfprov"* ]] || [ "${WOLFPROV_FORCE_FAIL}" != "1" ]; then