fix tests for dnf and dnf5
This commit is contained in:
parent
ad22d20557
commit
9a4375ee3e
2 changed files with 3 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ rlJournalStart
|
|||
rlPhaseStartTest
|
||||
rlRun "/usr/bin/dnf-3 update -y"
|
||||
rlRun "/usr/bin/dnf-3 search sqlite"
|
||||
rlRun "/usr/bin/dnf-3 autoremove"
|
||||
rlRun "/usr/bin/dnf-3 autoremove -y"
|
||||
rlRun "/usr/bin/dnf-3 info sqlite"
|
||||
rlRun "/usr/bin/dnf-3 check"
|
||||
rlRun "/usr/bin/dnf-3 history"
|
||||
|
|
|
|||
|
|
@ -33,10 +33,9 @@ rlJournalStart
|
|||
rlPhaseStartTest
|
||||
rlRun "/usr/bin/dnf5 update -y"
|
||||
rlRun "/usr/bin/dnf5 search sqlite"
|
||||
rlRun "/usr/bin/dnf5 autoremove"
|
||||
rlRun "/usr/bin/dnf5 autoremove -y"
|
||||
rlRun "/usr/bin/dnf5 info sqlite"
|
||||
rlRun "/usr/bin/dnf5 check"
|
||||
rlRun "/usr/bin/dnf5 history"
|
||||
rlRun "/usr/bin/dnf5 history list"
|
||||
rlPhaseEnd
|
||||
rlJournalEnd
|
||||
rlJournalPrintText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue