Re: [PATCH 2/2] test: cmd: exit: Add unit test for exit and partly run commands

2022-12-19 Thread Simon Glass
On Sun, 18 Dec 2022 at 13:47, Marek Vasut wrote: > > Add a test which validates that exit from environment script works as > expected, including return value propagation and clipping to positive > integers. > > Signed-off-by: Marek Vasut > --- > Cc: Adrian Vovk > Cc: Hector Palacios > Cc: Pante

[PATCH 2/2] test: cmd: exit: Add unit test for exit and partly run commands

2022-12-18 Thread Marek Vasut
Add a test which validates that exit from environment script works as expected, including return value propagation and clipping to positive integers. Signed-off-by: Marek Vasut --- Cc: Adrian Vovk Cc: Hector Palacios Cc: Pantelis Antoniou Cc: Simon Glass Cc: Tom Rini --- include/test/suites