]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/devel/testing/functional: Fix typo
authorGustavo Romero <gustavo.romero@linaro.org>
Fri, 9 May 2025 15:21:58 +0000 (16:21 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 May 2025 20:50:19 +0000 (23:50 +0300)
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>
docs/devel/testing/functional.rst

index 8030cb4299fa29e379c5527def307106b48522b4..9e56dd1b1189216b9b4aede00174c15203f38b41 100644 (file)
@@ -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::