Skip to content

Commit

Permalink
Fix test output
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Dec 17, 2024
1 parent eabe90c commit b671a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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', 'url' : 'https://copr.fedorainfracloud.org/coprs/@fedora-llvm-team/fedora-41-clang-20/build/2' }
[{'name' : 'f', 'url' : 'https://copr.fedorainfracloud.org/coprs/@fedora-llvm-team/fedora-41-clang-20/build/2/'}]
"""
pkgs = []
Expand Down

0 comments on commit b671a62

Please sign in to comment.