Skip to content
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

Functional library filename check hardcodes configurable elements #1951

Closed
skliper opened this issue Sep 16, 2021 · 0 comments · Fixed by #1953 or #1967
Closed

Functional library filename check hardcodes configurable elements #1951

skliper opened this issue Sep 16, 2021 · 0 comments · Fixed by #1953 or #1967
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Sep 16, 2021

Is your feature request related to a problem? Please describe.
Library filename check here:

UtAssert_StrCmp(LibInfo.FileName, "/cf/cfe_assert.so", "Lib Info -> FileName = %s", LibInfo.FileName);

Directory and extension may be different on different systems.

Describe the solution you'd like
Recommend just checking the base name matches. Could use the configurable elements to construct the name but that isn't really proving much and could still be fragile (defaults aren't actually required).

Describe alternatives you've considered
None

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

@skliper skliper added this to the 7.0.0 milestone Sep 16, 2021
@skliper skliper self-assigned this Sep 16, 2021
astrogeco added a commit that referenced this issue Sep 21, 2021
Fix #1951, Only check base filename in library info functional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant