Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Feb 5, 2025
1 parent 4ee6b5d commit 2362baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def get_monthly_rebuild_regressions(
>>> project_name = "fedora41-clang-20"
>>> regressions = get_monthly_rebuild_regressions(project_owner, project_name, datetime.datetime.fromisoformat("2024-11-11"), copr_pkgs)
>>> print(regressions)
[{'name': 'f', 'fail_id' ; 2, 'url': 'https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/fedora41-clang-20/build/2/' , 'chroots' : ['x86_64', 'ppc64le', 's390x', 'aarch64'}]
[{'name': 'f', 'fail_id': 2, 'url': 'https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/fedora41-clang-20/build/2/' , 'chroots': ['x86_64', 'ppc64le', 's390x', 'aarch64'}]
"""
pkgs = []
Expand Down

0 comments on commit 2362baa

Please sign in to comment.