Skip to content

Commit 1adf9df

Browse files
committed
install git for testsuite
1 parent 7075d95 commit 1adf9df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-action-testsuite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: install needed RPMs
21-
run: dnf install -y python3-norpm python3-pip python3-specfile koji patch
21+
run: dnf install -y python3-norpm python3-pip python3-specfile koji patch git
2222

2323
- name: patch rpmdiff
2424
run: patch /usr/lib/python3.14/site-packages/koji/rpmdiff.py < rpmdiff.patch

tests/test_patch_git_preparation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def test_patch_git_prep():
1010
"""
11-
Just run the script against our repo, and compare expected output.
11+
Just run the script against our repo, and compare with the expected output.
1212
"""
1313
base_dir = Path(__file__).parent.absolute()
1414
script_path = base_dir / ".." / "patch-git-prepare.sh"

0 commit comments

Comments
 (0)