]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: develop: testing: Fix broken reference to pytest suite help
authorAlexander Dahl <ada@thorsis.com>
Fri, 21 Jun 2024 07:47:19 +0000 (09:47 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 22 Jun 2024 15:02:23 +0000 (17:02 +0200)
This should have been adapted directly with or after
v2021.01-693-gca6583d4e08 ("doc: move test/README to HTML
documentation") or v2021.01-694-g0157619d5c8 ("doc: move
test/py/README.md to HTML documentation") already.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/develop/testing.rst

index 5afeb42f69682e2a9ce616cb6cc0cc98c842e931..056bdfd2b69120c18c3b5b98359db74f70097d0e 100644 (file)
@@ -69,7 +69,7 @@ build::
 
    ./test/py/test.py --bd sandbox_spl --build -k test_spl
 
-See test/py/README.md for more information about the pytest suite.
+See :doc:`py_testing` for more information about the pytest suite.
 
 See :doc:`tests_sandbox` for how to run tests directly (not through pytest).