From 147cbcd6e1d41f98fb3f04f7a51d2893218b4e13 Mon Sep 17 00:00:00 2001 From: Swayamjeet Date: Wed, 19 Jun 2019 15:52:21 +0530 Subject: [PATCH] tests: Add ges-sample-path-recurse with projects location So that project files are found when using nested timelines --- tests/validate/geslaunch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/validate/geslaunch.py b/tests/validate/geslaunch.py index d95fc36653..51daf0ef50 100644 --- a/tests/validate/geslaunch.py +++ b/tests/validate/geslaunch.py @@ -143,6 +143,7 @@ class GESTest(GstValidateTest): path = path.replace("\\", "/") if not self.options.disable_recurse: self.add_arguments("--ges-sample-path-recurse", quote_uri(path)) + self.add_arguments("--ges-sample-path-recurse", quote_uri(self.options.projects_paths)) else: self.add_arguments("--ges-sample-paths", quote_uri(path))