mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
test: fix deprecated meson calls
Fix meson warning: > WARNING: Project targeting '>= 0.56.0' but tried to use feature deprecated since '0.55.0': ExternalProgram.path. use ExternalProgram.full_path() instead Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1448>
This commit is contained in:
committed by
Marge Bot
parent
2d4fa74000
commit
c187c54086
@@ -92,7 +92,7 @@ if get_option('xvfb')
|
||||
# Use full_path so people can copy and paste the
|
||||
# command line from testlog.txt easily.
|
||||
args: [
|
||||
rendercheck.path(),
|
||||
rendercheck.full_path(),
|
||||
rctest[1].split(' '),
|
||||
'--',
|
||||
xvfb_args,
|
||||
@@ -128,7 +128,7 @@ if get_option('xvfb')
|
||||
test(rctest[0],
|
||||
simple_xinit,
|
||||
args: [simple_xinit.full_path(),
|
||||
rendercheck.path(),
|
||||
rendercheck.full_path(),
|
||||
rctest[1].split(' '),
|
||||
'----',
|
||||
xephyr_server.full_path(),
|
||||
|
||||
Reference in New Issue
Block a user