Skip to content

Commit 5dd5e8d

Browse files
author
Claude Dev
committed
fix: add -v for real-time test progress output
1 parent b48e019 commit 5dd5e8d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ test-integration:
316316
# Profiles are saved to coverage/test-profiles/ for later analysis.
317317
test-integration-profiled: build
318318
@mkdir -p coverage/test-profiles
319-
CGO_ENABLED=0 go test -tags integration -count=1 -timeout 30m \
320-
./mdl/executor/... \
319+
CGO_ENABLED=0 go test -tags integration -count=1 -timeout 30m -v \
320+
./mdl/executor/ \
321321
-resource-profile
322322

323323
# Check resource profiles against baselines (placeholder — flag registered in mdl/executor).
@@ -337,8 +337,7 @@ test-profile-record: build
337337
./sql/... ./tools/... ./generated/... ./scripts/...
338338
# Re-run executor tests with record flag
339339
CGO_ENABLED=0 go test -tags integration -count=1 -timeout 30m \
340-
-p 1 \
341-
./mdl/executor/... \
340+
-p 1 ./mdl/executor/ \
342341
-resource-record
343342
@echo "Profiles recorded in coverage/test-profiles/"
344343
@echo "Profiles recorded in coverage/test-profiles/"

0 commit comments

Comments
 (0)