Skip to content

Commit 2581161

Browse files
committed
test: retain MCP failure location in CI
1 parent 372be1f commit 2581161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lib/validate-core-checks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ function buildValidateCoreChecks(ctx) {
448448
execSync('node scripts/test-mcp-servers.js', { cwd: ROOT, stdio: 'pipe', encoding: 'utf8' })
449449
console.log('[V16] MCP servers smoke test passed')
450450
} catch (e) {
451-
const detail = String((e.stderr || e.stdout || e.message || '')).trim().split('\n').slice(0, 8).join(' | ')
451+
const detail = String((e.stderr || e.stdout || e.message || '')).trim().split('\n').slice(0, 24).join(' | ')
452452
err(`[V16] MCP servers smoke test failed${detail ? `: ${detail}` : ''}`)
453453
}
454454
}

0 commit comments

Comments
 (0)