From d609e19d334711519fc7087c71d0d9ce4d12d842 Mon Sep 17 00:00:00 2001 From: Michael Rebello Date: Wed, 17 Dec 2025 15:45:27 -0800 Subject: [PATCH] [Testing] Run conformance with verbose logs Signed-off-by: Michael Rebello --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1902f25..6868a1c 100644 --- a/Makefile +++ b/Makefile @@ -78,8 +78,8 @@ $(BIN)/license-headers: Makefile testconformance: ## Run all conformance tests swift build -c release --product ConnectConformanceClient mv ./.build/release/ConnectConformanceClient $(BIN) - PATH="$(abspath $(BIN)):$(PATH)" connectconformance --trace --conf ./Tests/ConformanceClient/InvocationConfigs/urlsession.yaml --mode client $(BIN)/ConnectConformanceClient httpclient=urlsession - PATH="$(abspath $(BIN)):$(PATH)" connectconformance --trace --conf ./Tests/ConformanceClient/InvocationConfigs/nio.yaml --mode client $(BIN)/ConnectConformanceClient httpclient=nio + PATH="$(abspath $(BIN)):$(PATH)" connectconformance --trace --conf -vv ./Tests/ConformanceClient/InvocationConfigs/urlsession.yaml --mode client $(BIN)/ConnectConformanceClient httpclient=urlsession + PATH="$(abspath $(BIN)):$(PATH)" connectconformance --trace --conf -vv ./Tests/ConformanceClient/InvocationConfigs/nio.yaml --mode client $(BIN)/ConnectConformanceClient httpclient=nio .PHONY: testunit testunit: ## Run all unit tests