mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
launcher:check: Ensure to set build dir before rebuilding
This commit is contained in:
parent
325c1b37dd
commit
e9db1c19d0
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ class MesonTestsManager(TestsManager):
|
|||
return mesontests
|
||||
|
||||
def rebuild(self, all=False):
|
||||
if not self.options.meson_build_dirs:
|
||||
self.options.meson_build_dirs = [config.BUILDDIR]
|
||||
if self.options.meson_no_rebuild:
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in a new issue