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:
Guillaume Desmottes 2017-02-02 14:29:30 +01:00 committed by Thibault Saunier
parent 8a31251ff9
commit 765cf8679f

View file

@ -14,6 +14,6 @@ if launcher.found()
test(test_name, launcher, args: ['-o', meson.build_root() + '/validate-launcher-output/',
meson.current_source_dir() + '/test_validate.py', '--validate-tools-path',
meson.build_root() + '/validate/tools/'],
join_paths(meson.current_build_dir(), '..', '..', 'tools')],
env: env)
endif