Skip to content

Conversation

@Rahix
Copy link
Owner

@Rahix Rahix commented Jan 7, 2024

Add a uboot_builddir parameter which can be used to specify the location of an out-of-tree U-Boot build when such an environment is used.

I do not have an environment to test this change right now. If anyone can report whether this works as intended, I'll merge the change :)

Closes #108.

@codecov
Copy link

codecov bot commented Jan 7, 2024

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 62.35%. Comparing base (a47582c) to head (7d5375c).

Files with missing lines Patch % Lines
tbot_contrib/uboot/_testpy.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
- Coverage   62.40%   62.35%   -0.05%     
==========================================
  Files          53       53              
  Lines        3756     3759       +3     
==========================================
  Hits         2344     2344              
- Misses       1412     1415       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Add a `uboot_builddir` parameter which can be used to specify the
location of an out-of-tree U-Boot build when such an environment is
used.

Signed-off-by: Rahix <[email protected]>
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.

test/py wrapper should support out-of-tree U-Boot builds

2 participants