summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2026-03-06 11:12:38 -0700
committerSimon Glass <[email protected]>2026-03-18 06:14:16 -0600
commitb405930c8b7de15b55fe9a843a85606506222f67 (patch)
treee7ab9f7088d02b3dd2f3160e47e53a668a95986a /doc/develop
parenta39fdf2aad51ac8206d855cf958cf5c96b502bb1 (diff)
binman: test: Move ChromeOS test files to test/cros/
Move about 10 test files for ChromeOS entries (GBB, vblock, FMAP) into a cros/ subdirectory. Drop the numeric prefixes and update all references. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/binman_tests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/binman_tests.rst b/doc/develop/binman_tests.rst
index 745ca259d44..c7fa9ae6199 100644
--- a/doc/develop/binman_tests.rst
+++ b/doc/develop/binman_tests.rst
@@ -436,7 +436,7 @@ correct. You can to this with ``terminal.capture()``, for example:
.. code-block:: python
with terminal.capture() as (_, stderr):
- self._DoTestFile('071_gbb.dts', force_missing_bintools='futility',
+ self._DoTestFile('cros/gbb.dts', force_missing_bintools='futility',
entry_args=entry_args)
err = stderr.getvalue()
self.assertRegex(err, "Image 'image'.*missing bintools.*: futility")