chore: add test-verbose Makefile target for real-time test output#2835
Merged
crivetimihai merged 4 commits intomainfrom Feb 11, 2026
Merged
chore: add test-verbose Makefile target for real-time test output#2835crivetimihai merged 4 commits intomainfrom
crivetimihai merged 4 commits intomainfrom
Conversation
395fd3c to
0843fad
Compare
…output Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
Signed-off-by: Shoumi <shoumimukherjee@gmail.com>
Run all tests to completion showing failures inline in real-time, rather than stopping at the first failure. Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
0843fad to
259e2c4
Compare
Member
|
Thanks for the contribution! Rebased onto latest
Without |
crivetimihai
approved these changes
Feb 11, 2026
ja8zyjits
pushed a commit
that referenced
this pull request
Feb 13, 2026
) * add test-verbose target for sequential test execution with real-time output Signed-off-by: Shoumi <shoumimukherjee@gmail.com> * additional enhancements Signed-off-by: Shoumi <shoumimukherjee@gmail.com> * minor fix Signed-off-by: Shoumi <shoumimukherjee@gmail.com> * fix: use --instafail and --maxfail=0 in test-verbose target Run all tests to completion showing failures inline in real-time, rather than stopping at the first failure. Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Shoumi <shoumimukherjee@gmail.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
kcostell06
pushed a commit
to kcostell06/mcp-context-forge
that referenced
this pull request
Feb 24, 2026
…M#2835) * add test-verbose target for sequential test execution with real-time output Signed-off-by: Shoumi <shoumimukherjee@gmail.com> * additional enhancements Signed-off-by: Shoumi <shoumimukherjee@gmail.com> * minor fix Signed-off-by: Shoumi <shoumimukherjee@gmail.com> * fix: use --instafail and --maxfail=0 in test-verbose target Run all tests to completion showing failures inline in real-time, rather than stopping at the first failure. Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: Shoumi <shoumimukherjee@gmail.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new
test-verboseMakefile target for sequential test execution with real-time test name visibility, addressing developer needs during debugging sessions.Related Issue
Closes: #2665
Changes
test-verbosetarget for sequential execution (--maxfail=1 -v --tb=short)test-verboseto.PHONYdeclarationmake testbehavior remains unchanged for CI/CD compatibilityUsage
Testing
test-verboseruns sequentially and displays test names in real-timetesttarget unchanged (16 workers, parallel execution)make help