tests: Add ges-sample-path-recurse with projects location
authorSwayamjeet <swayam1998@gmail.com>
Wed, 19 Jun 2019 10:22:21 +0000 (15:52 +0530)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 5 Jul 2019 22:30:41 +0000 (18:30 -0400)
So that project files are found when using nested timelines

tests/validate/geslaunch.py

index d95fc36..51daf0e 100644 (file)
@@ -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))