mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
validate:launcher: Fix setting meson build dir
This commit is contained in:
parent
cd75b4d7ad
commit
b97c13d0a7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class MesonTestsManager(TestsManager):
|
||||||
|
|
||||||
def get_meson_tests(self):
|
def get_meson_tests(self):
|
||||||
if not self.options.meson_build_dirs:
|
if not self.options.meson_build_dirs:
|
||||||
self.options.meson_build_dirs = config.BUILDDIR
|
self.options.meson_build_dirs = [config.BUILDDIR]
|
||||||
mesontests = []
|
mesontests = []
|
||||||
for i, bdir in enumerate(self.options.meson_build_dirs):
|
for i, bdir in enumerate(self.options.meson_build_dirs):
|
||||||
bdir = os.path.abspath(bdir)
|
bdir = os.path.abspath(bdir)
|
||||||
|
|
Loading…
Reference in a new issue