Skip to content

Commit

Permalink
Goal reverting now proceses packages in different order, update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura authored and evan-goode committed Jul 2, 2024
1 parent a7c905e commit 8b19282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnf-behave-tests/dnf/history-undo.feature
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Scenario: Handle missing packages required for undoing the transaction
And stderr is
"""
Failed to resolve the transaction:
Cannot perform Install action, no match for: flac-1.3.2-8.fc29.x86_64.
Cannot perform Install action, no match for: wget-1.19.5-5.fc29.x86_64.
Cannot perform Install action, no match for: flac-1.3.2-8.fc29.x86_64.
You can try to add to command line:
--skip-unavailable to skip unavailable packages
"""
Expand All @@ -99,8 +99,8 @@ Scenario: Missing packages are skipped if --skip-unavailable is specified
And Transaction is empty
And stderr is
"""
Cannot perform Install action, no match for: flac-1.3.2-8.fc29.x86_64.
Cannot perform Install action, no match for: wget-1.19.5-5.fc29.x86_64.
Cannot perform Install action, no match for: flac-1.3.2-8.fc29.x86_64.
"""


Expand Down

0 comments on commit 8b19282

Please sign in to comment.