Skip to content

Commit 7b5f913

Browse files
author
Claude Dev
committed
fix: remove stale install-daemon prerequisite
Daemon was merged into the single mxcli binary; install-daemon target is no longer needed as a prerequisite.
1 parent 4f11c46 commit 7b5f913

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ setup:
6565
# does not exceed .mx-check-baseline. Catches regressions in cross-session state
6666
# propagation (entity resolution, return types, parameter caches).
6767
# Requires: locally-installed mxbuild (run: mxcli setup mxbuild -p testdata/helpdesk-clean-11.6.6/minimal.mpr)
68-
test-section-check: build install-daemon
68+
test-section-check: build
6969
@./scripts/test-section-check.sh
7070

7171
# Install the locally-built binary to PATH.
@@ -313,7 +313,7 @@ test-integration:
313313
# Run integration tests with resource profiling and profile-based scheduling.
314314
# Profiles are saved to coverage/test-profiles/ for later analysis.
315315
# Scheduling uses historical profiles to assign tests to IO/CPU/Mixed lanes.
316-
test-integration-profiled: build install-daemon
316+
test-integration-profiled: build
317317
@mkdir -p coverage/test-profiles
318318
CGO_ENABLED=0 go test -tags integration -count=1 -timeout 30m \
319319
-resource-profile -resource-schedule \

0 commit comments

Comments
 (0)