summary refs log tree commit diff stats
path: root/docs/devel/testing
diff options
context:
space:
mode:
authorGustavo Romero <gustavo.romero@linaro.org>2025-05-09 16:21:58 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2025-05-09 23:50:19 +0300
commit2f418cc9915284cb8eb7d607ec70fe13fe55ce5c (patch)
tree13b849154c5963c2aea655f7206265f2903b3d04 /docs/devel/testing
parentfd53da209620dffab43a051bc4cc1950df6babab (diff)
downloadfocaccia-qemu-2f418cc9915284cb8eb7d607ec70fe13fe55ce5c.tar.gz
focaccia-qemu-2f418cc9915284cb8eb7d607ec70fe13fe55ce5c.zip
docs/devel/testing/functional: Fix typo
Fix the duplication of the word 'run'.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/devel/testing')
-rw-r--r--docs/devel/testing/functional.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/testing/functional.rst b/docs/devel/testing/functional.rst
index 8030cb4299..9e56dd1b11 100644
--- a/docs/devel/testing/functional.rst
+++ b/docs/devel/testing/functional.rst
@@ -274,7 +274,7 @@ speed mode in the meson.build file, while the "quick" speed mode is
 fine for functional tests that can be run without downloading files.
 ``make check`` then only runs the quick functional tests along with
 the other quick tests from the other test suites. If you choose to
-run only run ``make check-functional``, the "thorough" tests will be
+run only ``make check-functional``, the "thorough" tests will be
 executed, too. And to run all functional tests along with the others,
 you can use something like::