]> _ Git - alire.git/commit
Specify the initial branch for test repos. (#1244)
authorSimon Wright <simon@pushface.org>
Fri, 27 Jan 2023 14:26:35 +0000 (14:26 +0000)
committerGitHub <noreply@github.com>
Fri, 27 Jan 2023 14:26:35 +0000 (15:26 +0100)
commit6c8f510b615786e9eab506550d99e26eab16064e
tree6ff36cb0e38a80b1e0e5093937b31e87907bc9cc
parent51bac8ed53f7bfa3d5b0bc1e0ab3be1465a017a4
Specify the initial branch for test repos. (#1244)

Reason: the git in macOS Xcode 14 defaults the initial branch to 'main',
but the tests assume 'master'.

  * testsuite/drivers/helpers.py (init_git_repo): check out the branch
      'master'.
testsuite/drivers/helpers.py