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

test/test_repo_utils: correctly parse system git version #1993

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 4, 2024

  1. test/test_repo_utils: correctly parse system git version

    On macos there are bunch of tests fails because system
    git version output cannot be parsed because of extra ending.
    
    Output example for macos:
       git version 2.39.3 (Apple Git-146)
    Output example for linux:
       git version 2.45.2
    
    Signed-off-by: Kyr Shatskyy <[email protected]>
    Kyr Shatskyy committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    51b675d View commit details
    Browse the repository at this point in the history