launcher:check: Ensure to set build dir before rebuilding
This commit is contained in:
parent
325c1b37dd
commit
e9db1c19d0
@ -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…
x
Reference in New Issue
Block a user