From 3bd79c2ddc49b48504a7ff5bd0244b123f4f2cc2 Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Mon, 30 Jul 2018 17:05:13 +0200 Subject: tests: Use public-code and private-code instead of code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The wayland-scanner sub-commands private-code and public-code replaced the old code command, so lets use those in the tests instead. This requires at least wayland-scanner 1.15.0. Signed-off-by: Jonas Ådahl Reviewed-by: Daniel Stone Reviewed-by: Simon Ser --- tests/scan.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3