Re: [RFC PATCH v4 26/28] for test purpose only: Comment out dollar tests which prints error messages.

2022-08-12 Thread Francis Laniel
Le vendredi 17 juin 2022, 16:02:35 CEST Tom Rini a écrit : > On Fri, Jun 17, 2022 at 12:31:56AM +0200, Francis Laniel wrote: > > Error messages like "unknown command" will make the CI fails. > > So, for the moment, we comment these tests. > > > > Signed-off-by: Francis Laniel > > Why don't we

Re: [RFC PATCH v4 26/28] for test purpose only: Comment out dollar tests which prints error messages.

2022-06-17 Thread Tom Rini
On Fri, Jun 17, 2022 at 12:31:56AM +0200, Francis Laniel wrote: > Error messages like "unknown command" will make the CI fails. > So, for the moment, we comment these tests. > > Signed-off-by: Francis Laniel Why don't we have the test expect "unknown command" as the output here, when on the

[RFC PATCH v4 26/28] for test purpose only: Comment out dollar tests which prints error messages.

2022-06-16 Thread Francis Laniel
Error messages like "unknown command" will make the CI fails. So, for the moment, we comment these tests. Signed-off-by: Francis Laniel --- test/hush/dollar.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/test/hush/dollar.c b/test/hush/dollar.c