mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
validate: meson: fix --validate-tools-path argument
The path passed to --validate-tools-path was wrong when building using gst-build, preventing the launcher to find the validate tools. https://bugzilla.gnome.org/show_bug.cgi?id=777982 Differential Revision: https://phabricator.freedesktop.org/D1634
This commit is contained in:
parent
8a31251ff9
commit
765cf8679f
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ if launcher.found()
|
||||||
|
|
||||||
test(test_name, launcher, args: ['-o', meson.build_root() + '/validate-launcher-output/',
|
test(test_name, launcher, args: ['-o', meson.build_root() + '/validate-launcher-output/',
|
||||||
meson.current_source_dir() + '/test_validate.py', '--validate-tools-path',
|
meson.current_source_dir() + '/test_validate.py', '--validate-tools-path',
|
||||||
meson.build_root() + '/validate/tools/'],
|
join_paths(meson.current_build_dir(), '..', '..', 'tools')],
|
||||||
env: env)
|
env: env)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue