Fix runner execution and restore gcov support#395
Closed
PraveenPenguin wants to merge 2 commits into
Closed
Conversation
PraveenPenguin
commented
Jul 1, 2026
Collaborator
- run_test: replace broken --nrunner (inverted logic) with --runner; default path uses --max-parallel-tasks=1, --runner flag selects --test-runner runner mode
- run_test: restore nrun flag so each test runs individually via TEST_DIR path-join when --runner is not passed
- run_test: restore linux_src_path/gcov flow: gcov_reset before run, gcov_code_coverage capture after, copy final_files.txt to outputdir
- parse_test_config: add runner param; restore 'if runner:' guard around single_test_dic collapse — without this all tests were concatenated into one avocado command instead of one-by-one
- parse_test_config: restore tempmux key on test_dic (required by gcov)
- CLI: replace --nrunner with --runner; add --code-cov/linux_src_path
- Call sites: pass args.runner and args.linux_src_path correctly
- run_test: replace broken --nrunner (inverted logic) with --runner; default path uses --max-parallel-tasks=1, --runner flag selects --test-runner runner mode - run_test: restore nrun flag so each test runs individually via TEST_DIR path-join when --runner is not passed - run_test: restore linux_src_path/gcov flow: gcov_reset before run, gcov_code_coverage capture after, copy final_files.txt to outputdir - parse_test_config: add runner param; restore 'if runner:' guard around single_test_dic collapse — without this all tests were concatenated into one avocado command instead of one-by-one - parse_test_config: restore tempmux key on test_dic (required by gcov) - CLI: replace --nrunner with --runner; add --code-cov/linux_src_path - Call sites: pass args.runner and args.linux_src_path correctly
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.