Re: [PATCH] meson: Fixes qapi tests.

2020-09-06 Thread Thomas Huth
On 05/09/2020 23.26, Yonggang Luo wrote: > Use -b to ignore-space-change > > The error are: > +@end table > + > +@end deftypefn I'd maybe just say "Use -b to ignore CR vs. CR-LF issues on Windows" and omit the incomplete example (the diff in the test run that you linked in an older mail showed tha

[PATCH] meson: Fixes qapi tests.

2020-09-05 Thread Yonggang Luo
Use -b to ignore-space-change The error are: +@end table + +@end deftypefn + make: *** [Makefile.mtest:63: check-qapi-schema] Error 1 Signed-off-by: Yonggang Luo --- tests/qapi-schema/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qapi-schema/meson.build b