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

Fix utk_test #424

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Fix utk_test #424

merged 1 commit into from
Sep 16, 2024

Conversation

rminnich
Copy link
Contributor

utk_test was calling sed and diff in non-portable ways; it did not work any more, and it would never work on osx.

Remove calls to diff and sed, and just do the equivalent using Go packages.

Go test now works on osx.

utk_test was calling sed and diff in non-portable ways; it did not work
any more, and it would never work on osx.

Remove calls to diff and sed, and just do the equivalent using Go packages.

Go test now works on osx.

Signed-off-by: Ronald G. Minnich <[email protected]>
@orangecms orangecms merged commit 2e510d1 into linuxboot:main Sep 16, 2024
3 of 7 checks passed
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.63%. Comparing base (923daa8) to head (ec4511c).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #424   +/-   ##
=======================================
  Coverage   41.63%   41.63%           
=======================================
  Files         142      142           
  Lines       10729    10729           
=======================================
  Hits         4467     4467           
  Misses       5394     5394           
  Partials      868      868           

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

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.

3 participants