Skip to content

Fix runner execution and restore gcov support#395

Closed
PraveenPenguin wants to merge 2 commits into
masterfrom
new_fix
Closed

Fix runner execution and restore gcov support#395
PraveenPenguin wants to merge 2 commits into
masterfrom
new_fix

Conversation

@PraveenPenguin

Copy link
Copy Markdown
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

PraveenPenguin and others added 2 commits July 1, 2026 17:46
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant