tests: Add ges-sample-path-recurse with projects location
So that project files are found when using nested timelines
This commit is contained in:
parent
8bf3256ddf
commit
147cbcd6e1
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user