-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ot-fct] fix access file from path defined in build parameter #11080
Conversation
Size Report of OpenThread
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11080 +/- ##
==========================================
+ Coverage 73.41% 74.56% +1.14%
==========================================
Files 622 619 -3
Lines 96901 89926 -6975
==========================================
- Hits 71142 67055 -4087
+ Misses 25759 22871 -2888 |
@zhanglongxia , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jwhui, |
can someone help to merge this PR? |
…ot-fct When configuration file defined in build parameter(command line argument), ot-fct is wound't take into an account and accessed default path. This commit fixes to access configuration file from path which is defined from build commnand line parameter. Also, it fixes some compilation issues while building from ot-br-posix. Signed-off-by: ashish <ashish.vara@nxp.com>
When configuration file defined in build parameter(command line argument), ot-fct is wouldn't take into an account and accessed default path.
This commit fixes to access configuration file from path which is defined from build command line parameter. Also, it fixes some compilation issues while building from ot-br-posix.