From: Arunpandian J Date: Thu, 10 Mar 2022 10:07:56 +0000 (+0530) Subject: tests: fix typo for format-python X-Git-Tag: v2.0-rc7~18^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=02ba8d0def0b38e01671c4da44cc5d91d50b692d;p=users%2Fsagi%2Fnvme-cli.git tests: fix typo for format-python changed the command to format-python as per meson.build file Signed-off-by: Arunpandian J --- diff --git a/tests/README b/tests/README index 53ffc592..b6a4d774 100644 --- a/tests/README +++ b/tests/README @@ -78,7 +78,7 @@ nvmetests errors/warnings. - Example "$ ninja -C .build lint-python" will run flake8 and mypy on all the python files in current directory. - - Example "$ ninja -C .build fomrat-python" will run autopep8 and + - Example "$ ninja -C .build format-python" will run autopep8 and isort on all the python files in the current directory. 4. Running testcases with framework