Skip to content

Commit

Permalink
squash: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
psss authored Apr 29, 2024
1 parent 48399e7 commit be8980e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tmt-1.33

The :ref:`dmesg test check<plugins/test-checks/dmesg>` can be configured
to look for custom patterns in the output of ``dmesg`` command, by
settings its ``failure-pattern`` key.
setting its ``failure-pattern`` key.


tmt-1.32
Expand Down
2 changes: 1 addition & 1 deletion tests/test/check/test-dmesg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rlJournalStart
rlLogInfo "$(cat $dump_after)"
rlPhaseEnd

# Reproducible only with reliably dmesg content, e.g. after booting a fresh VM
# Reproducible only with reliable dmesg content, e.g. after booting a fresh VM
rlPhaseStartTest "Test dmesg check with $PROVISION_HOW with custom patterns"
rlRun "dump_before=$custom_patterns/checks/dmesg-before-test.txt"
rlRun "dump_after=$custom_patterns/checks/dmesg-after-test.txt"
Expand Down
2 changes: 1 addition & 1 deletion tmt/checks/dmesg.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Dmesg(CheckPlugin[DmesgCheck]):
- 'Call Trace:
- '\\ssegfault\\s'
# More patterns to loog for
# More patterns to look for
- '\\[Firmware Bug\\]'
.. versionadded:: 1.28
Expand Down

0 comments on commit be8980e

Please sign in to comment.