From ade0fb3fed840cf8d2d720ca264f0dc75d802bfd Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 16 Nov 2015 16:45:13 +0100 Subject: [PATCH] validate: launcher: Set scenario manager config before discovering testsuites --- validate/launcher/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/validate/launcher/main.py b/validate/launcher/main.py index 4ce4087bb9..5dc77c9258 100644 --- a/validate/launcher/main.py +++ b/validate/launcher/main.py @@ -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: