[PATCH wayland-protocols 1/2] tests: Use public-code and private-code instead of code
Simon Ser
contact at emersion.fr
Mon Jul 30 15:18:42 UTC 2018
On July 30, 2018 4:10 PM, Jonas Ådahl <jadahl at gmail.com> wrote:
> The wayland-scanner sub-commands private-code and public-code replaced
> the old code command, so lets use those in the tests instead.
>
> Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
LGTM and works.
Reviewed-by: Simon Ser <contact at emersion.fr>
> ---
> tests/scan.sh | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/scan.sh b/tests/scan.sh
> index 15dd39f..0b1ff00 100755
> --- a/tests/scan.sh
> +++ b/tests/scan.sh
> @@ -7,4 +7,5 @@ fi
>
> $SCANNER client-header $1 /dev/null
> $SCANNER server-header $1 /dev/null
> -$SCANNER code $1 /dev/null
> +$SCANNER private-code $1 /dev/null
> +$SCANNER public-code $1 /dev/null
> --
> 2.17.1
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list