Re: [PATCH wayland-protocols 2/2] tests: Make wayland-scanner strict

2018-07-30 Thread Simon Ser
On July 30, 2018 4:10 PM, Jonas Ådahl wrote: > Pass --strict to wayland-scanner in order to make it exit with failure > if something wasn't correct. > > Signed-off-by: Jonas Ådahl LGTM and catches the inside issue. Reviewed-by: Simon Ser > --- > tests/scan.sh | 8 > 1 file

Re: [PATCH wayland-protocols 2/2] tests: Make wayland-scanner strict

2018-07-30 Thread Daniel Stone
Hi Jonas, On Mon, 30 Jul 2018 at 16:10, Jonas Ådahl wrote: > Pass --strict to wayland-scanner in order to make it exit with failure > if something wasn't correct. The series is: Reviewed-by: Daniel Stone It might be nice to autodetect whether or not wayland-scanner is new enough to support

[PATCH wayland-protocols 2/2] tests: Make wayland-scanner strict

2018-07-30 Thread Jonas Ådahl
Pass --strict to wayland-scanner in order to make it exit with failure if something wasn't correct. Signed-off-by: Jonas Ådahl --- tests/scan.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/scan.sh b/tests/scan.sh index 0b1ff00..cad6887 100755 ---