Hi Heinrich, On Sun, 7 Mar 2021 at 23:27, Heinrich Schuchardt <[email protected]> wrote: > > Am 8. März 2021 01:34:39 MEZ schrieb Simon Glass <[email protected]>: > >Add a comment about this option in the documentation. Also mention the > >script that runs these combinations. > > > >Signed-off-by: Simon Glass <[email protected]> > >--- > > > >(no changes since v2) > > > >Changes in v2: > >- Expand docs on how each type of test is marked > > > > doc/develop/testing.rst | 12 +++++++++++- > > 1 file changed, 11 insertions(+), 1 deletion(-) > > > >diff --git a/doc/develop/testing.rst b/doc/develop/testing.rst > >index bc74eb53e35..f01ca4dc408 100644 > >--- a/doc/develop/testing.rst > >+++ b/doc/develop/testing.rst > >@@ -15,10 +15,20 @@ To run most tests on sandbox, type this:: > >in the U-Boot directory. Note that only the pytest suite is run using > >this > > command. > > > >-Some tests take ages to run. To run just the quick ones, type this:: > > "Ages" is a bit of an exaggeration when referring to a few seconds.
It is actually about 53 seconds extra for me all up, which really does feel like ages! A slow test in my book is something that takes a noticeable time, since with close to 1000 tests, it all adds up. > > Reviewed-by: Heinrich Schuchardt <[email protected]> Regards, Simon

