Re: [PATCH v2 14/14] test: dm: add test for spawn and wait commands

2025-03-04 Thread Simon Glass
Hi Jerome, On Thu, 27 Feb 2025 at 10:12, Jerome Forissier wrote: > > Hi Simon, > > On 2/27/25 17:25, Simon Glass wrote: > > Hi Jerome, > > > > On Tue, 25 Feb 2025 at 09:35, Jerome Forissier > > wrote: > >> > >> Test the spawn and wait commands. > >> > >> Signed-off-by: Jerome Forissier > >> ---

Re: [PATCH v2 14/14] test: dm: add test for spawn and wait commands

2025-02-27 Thread Jerome Forissier
Hi Simon, On 2/27/25 17:25, Simon Glass wrote: > Hi Jerome, > > On Tue, 25 Feb 2025 at 09:35, Jerome Forissier > wrote: >> >> Test the spawn and wait commands. >> >> Signed-off-by: Jerome Forissier >> --- >> test/cmd/Makefile | 1 + >> test/cmd/spawn.c | 33 +

Re: [PATCH v2 14/14] test: dm: add test for spawn and wait commands

2025-02-27 Thread Simon Glass
Hi Jerome, On Tue, 25 Feb 2025 at 09:35, Jerome Forissier wrote: > > Test the spawn and wait commands. > > Signed-off-by: Jerome Forissier > --- > test/cmd/Makefile | 1 + > test/cmd/spawn.c | 33 + > 2 files changed, 34 insertions(+) > create mode 100644 test

[PATCH v2 14/14] test: dm: add test for spawn and wait commands

2025-02-25 Thread Jerome Forissier
Test the spawn and wait commands. Signed-off-by: Jerome Forissier --- test/cmd/Makefile | 1 + test/cmd/spawn.c | 33 + 2 files changed, 34 insertions(+) create mode 100644 test/cmd/spawn.c diff --git a/test/cmd/Makefile b/test/cmd/Makefile index d8a5e77402d..