]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
test/test_repo_utils: correctly parse system git version 1993/head
authorKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Sat, 3 Aug 2024 15:12:22 +0000 (17:12 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@clyso.com>
Sun, 4 Aug 2024 23:10:13 +0000 (01:10 +0200)
commit51b675d98708c9a061f0649a1e09387bcb851a49
treedab3a82c1d9b76a2906bca0847a86bb72c7252ce
parent4bc527c722abc094dbc33e04519a3647224076f6
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 <kyrylo.shatskyy@clyso.com>
teuthology/test/test_repo_utils.py