Skip to content

Commit

Permalink
repoquery: test --queryformat with upper-case tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura authored and pkratoch committed Oct 24, 2023
1 parent 62327ef commit 94ee514
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dnf-behave-tests/dnf/repoquery/main.feature
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,21 @@ Given I successfully execute dnf with args "install bottom-a1"
"""


@dnf5
Scenario: repoquery --queryformat upper-case tags
When I execute dnf with args "repoquery --queryformat '%{{NAME}}-%{{VERSION}}-%{{release}} %{{RePoId}}\n' bottom-*"
Then the exit code is 0
And stdout is
"""
<REPOSYNC>
bottom-a1-1.0-1 repoquery-main
bottom-a1-2.0-1 repoquery-main
bottom-a2-1.0-1 repoquery-main
bottom-a3-1.0-1 repoquery-main
bottom-a3-2.0-1 repoquery-main
"""


# --querytags
@dnf5
@bz1744073
Expand Down

0 comments on commit 94ee514

Please sign in to comment.