On Mon, Feb 26, 2024 at 08:11:55PM +1000, Nicholas Piggin wrote: > This allows different machines with different requirements to be > supported by run_tests.sh, similarly to how different accelerators > are handled. > > Acked-by: Thomas Huth <thuth@xxxxxxxxxx> > Signed-off-by: Nicholas Piggin <npiggin@xxxxxxxxx> > --- > scripts/common.bash | 8 ++++++-- > scripts/runtime.bash | 16 ++++++++++++---- > 2 files changed, 18 insertions(+), 6 deletions(-) Please also update the unittests.cfg documentation. Currently that documentation lives in the header of each unittests.cfg file, but we could maybe change each file to have a single line which points at a single document. Thanks, drew