diff options
author | Liam Beguin <liambeguin@gmail.com> | 2018-03-14 19:15:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-22 13:25:20 -0400 |
commit | 0e5dd786e99cba005648993591d59bcaa928e480 (patch) | |
tree | bea27cc2d7855b9f25b3040344abfbf1d4eeffce /test/py/README.md | |
parent | 10f087f73fff024c81439b50423ba69589d5c161 (diff) | |
download | u-boot-0e5dd786e99cba005648993591d59bcaa928e480.tar.gz u-boot-0e5dd786e99cba005648993591d59bcaa928e480.tar.xz u-boot-0e5dd786e99cba005648993591d59bcaa928e480.zip |
test/py: README: fix typo
Fix a minor typo causing vim (and possibly other) to get confused with
coloring.
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'test/py/README.md')
-rw-r--r-- | test/py/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/README.md b/test/py/README.md index eefac37756..000afce93c 100644 --- a/test/py/README.md +++ b/test/py/README.md @@ -150,7 +150,7 @@ processing. option takes a single argument which is used to filter test names. Simple logical operators are supported. For example: - `'ums'` runs only tests with "ums" in their name. - - ``ut_dm'` runs only tests with "ut_dm" in their name. Note that in this + - `'ut_dm'` runs only tests with "ut_dm" in their name. Note that in this case, "ut_dm" is a parameter to a test rather than the test name. The full test name is e.g. "test_ut[ut_dm_leak]". - `'not reset'` runs everything except tests with "reset" in their name. |