Merged
Conversation
make 2.2.2 output more tidy with the use of grep
Codecov Report
@@ Coverage Diff @@
## master #61 +/- ##
=======================================
Coverage 21.39% 21.39%
=======================================
Files 4 4
Lines 187 187
=======================================
Hits 40 40
Misses 144 144
Partials 3 3 Continue to review full report at Codecov.
|
Output was too long, with apt-cache policy there is less output and we only take the line of contains Installed info and the one before (package name)
yoavrotems
commented
Sep 3, 2020
| - ubuntu18 | ||
| tests: | ||
| tests: | ||
| bin_op: or |
Contributor
Author
There was a problem hiding this comment.
Because we also take the line before "Installed: (none)" - aka the package name we check if Installed present and then check its (none) or it isn't present at all then its the package name which is OK
lizrice
approved these changes
Sep 3, 2020
Contributor
lizrice
left a comment
There was a problem hiding this comment.
LGTM, at least for platforms where apt is used (do we need an issue to track getting this to work for other package managers?)
deven0t
pushed a commit
to deven0t/linux-bench
that referenced
this pull request
Jan 24, 2023
Fix the problem with multiple choices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
make 2.2.2 output more tidy with the use of grep