Skip to content

Commit

Permalink
Adjust repoquery --querytags test to new output
Browse files Browse the repository at this point in the history
See rpm-software-management/dnf#1861 for details
about the output change.
  • Loading branch information
m-blaha authored and kontura committed Nov 22, 2022
1 parent 8f5cc3f commit 208429e
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions dnf-behave-tests/dnf/repoquery/main.feature
Expand Up @@ -698,9 +698,31 @@ Scenario: dnf repoquery --querytags
Then the exit code is 0
And stdout is
"""
name, arch, epoch, version, release, reponame (repoid), from_repo, evr,
debug_name, source_name, source_debug_name,
installtime, buildtime, size, downloadsize, installsize,
provides, requires, obsoletes, conflicts, sourcerpm,
description, summary, license, url, reason
arch
buildtime
conflicts
debug_name
description
downloadsize
epoch
evr
from_repo
installsize
installtime
license
name
obsoletes
provides
reason
release
repoid
reponame
requires
size
source_debug_name
source_name
sourcerpm
summary
url
version
"""

0 comments on commit 208429e

Please sign in to comment.