mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 22:05:58 +00:00
validate: launcher: Set scenario manager config before discovering testsuites
This commit is contained in:
parent
0f7105d317
commit
ade0fb3fed
1 changed files with 1 additions and 2 deletions
|
@ -507,10 +507,9 @@ Note that all testsuite should be inside python modules, so the directory should
|
|||
if not download_assets(options):
|
||||
exit(1)
|
||||
|
||||
tests_launcher.set_settings(options, [])
|
||||
|
||||
# Ensure that the scenario manager singleton is ready to be used
|
||||
ScenarioManager().config = options
|
||||
tests_launcher.set_settings(options, [])
|
||||
tests_launcher.list_tests()
|
||||
|
||||
if options.list_tests:
|
||||
|
|
Loading…
Reference in a new issue