Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable config-best.feature tests #1495

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dnf-behave-tests/dnf/config-best.feature
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@dnf5
Feature: Config option: best


Expand Down Expand Up @@ -54,7 +55,7 @@ Scenario: When installing with best=1 set in dnf.conf, fail on broken packages,
And I use repository "dnf-ci-fedora-updates"
When I execute dnf with args "install glibc -x glibc-common-0:2.28-26.fc29.x86_64"
Then the exit code is 1
And stdout contains "try to add .*'--nobest' to use not only best candidate packages"
And stderr contains " --no-best to not limit the transaction to the best candidates"


@bz1670776 @bz1671683
Expand Down
Loading