diff --git a/tests/execute/framework/test.sh b/tests/execute/framework/test.sh index 685c610095..aeb3d205a5 100755 --- a/tests/execute/framework/test.sh +++ b/tests/execute/framework/test.sh @@ -14,7 +14,7 @@ rlJournalStart rlAssertGrep "Execute '/tests/shell/explicit' as a 'shell' test." $rlRun_LOG rlAssertGrep "Execute '/tests/beakerlib' as a 'beakerlib' test." $rlRun_LOG # Beakerlib dependency should be detected from framework - rlAssertGrep "dnf install.*beakerlib" $rlRun_LOG + rlAssertGrep "dnf.* install.*beakerlib" $rlRun_LOG rlPhaseEnd rlPhaseStartCleanup diff --git a/tests/try/basic/test.sh b/tests/try/basic/test.sh index 6adc35c87d..3393649775 100755 --- a/tests/try/basic/test.sh +++ b/tests/try/basic/test.sh @@ -37,8 +37,7 @@ rlJournalStart rlPhaseStartTest "Install" rlRun -s "./install.exp" rlAssertGrep "Let's try.*/plans/basic" $rlRun_LOG - rlAssertGrep "cmd: rpm -q --whatprovides tree || dnf install -y tree" $rlRun_LOG - rlAssertGrep "out: Installed:" $rlRun_LOG + rlAssertGrep "cmd: rpm -q --whatprovides tree || dnf.* install -y tree" $rlRun_LOG rlAssertGrep "Run .* successfully finished. Bye for now!" $rlRun_LOG rlPhaseEnd diff --git a/tmt/steps/prepare/__init__.py b/tmt/steps/prepare/__init__.py index 3a82b8c278..7360ed5b34 100644 --- a/tmt/steps/prepare/__init__.py +++ b/tmt/steps/prepare/__init__.py @@ -107,7 +107,7 @@ def go( # guests. For example, a test running on the "server" guest might # require package `foo` while the test running on the "client" might # require package `bar`, and `foo` and `bar` cannot be installed at the -# sametime. +# same time. @dataclasses.dataclass