tests: Add ges-sample-path-recurse with projects location

So that project files are found when using nested timelines
This commit is contained in:
Swayamjeet 2019-06-19 15:52:21 +05:30 committed by Thibault Saunier
parent 8bf3256ddf
commit 147cbcd6e1

View 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))