From e9db1c19d0863a069a1af5e8ee1ca7ee57e07a02 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 20 Apr 2017 10:02:58 -0300 Subject: [PATCH] launcher:check: Ensure to set build dir before rebuilding --- validate/launcher/apps/gstcheck.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validate/launcher/apps/gstcheck.py b/validate/launcher/apps/gstcheck.py index e0a0613d0b..f6c16704f8 100644 --- a/validate/launcher/apps/gstcheck.py +++ b/validate/launcher/apps/gstcheck.py @@ -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