diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/core/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/context.py b/meta/lib/oeqa/core/context.py index 1ac28788fa..20d82360e6 100644 --- a/meta/lib/oeqa/core/context.py +++ b/meta/lib/oeqa/core/context.py | |||
@@ -139,7 +139,7 @@ class OETestContextExecutor(object): | |||
139 | if args.run_tests: | 139 | if args.run_tests: |
140 | self.tc_kwargs['load']['modules'] = args.run_tests | 140 | self.tc_kwargs['load']['modules'] = args.run_tests |
141 | else: | 141 | else: |
142 | self.tc_kwargs['load']['modules'] = None | 142 | self.tc_kwargs['load']['modules'] = [] |
143 | 143 | ||
144 | self.module_paths = args.CASES_PATHS | 144 | self.module_paths = args.CASES_PATHS |
145 | 145 | ||