Re: [RFC PATCH v1 05/21] test: hush: Test hush commands list.

2022-01-08 Thread Simon Glass
Hi Francis, On Fri, 31 Dec 2021 at 09:14, Francis Laniel wrote: > > This commit ensures behavior of commands separated by ';', '&&' and '||'. s/ensures/checks/ or maybe verifies? > > Signed-off-by: Francis Laniel > --- > test/hush/Makefile | 1 + > test/hush/list.c | 79 +

[RFC PATCH v1 05/21] test: hush: Test hush commands list.

2021-12-31 Thread Francis Laniel
This commit ensures behavior of commands separated by ';', '&&' and '||'. Signed-off-by: Francis Laniel --- test/hush/Makefile | 1 + test/hush/list.c | 79 ++ 2 files changed, 80 insertions(+) create mode 100644 test/hush/list.c diff --git a/test