summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/context.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/context.py')
-rw-r--r--meta/lib/oeqa/selftest/context.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/context.py b/meta/lib/oeqa/selftest/context.py
index 17f2a0cf6b..7589ca3c1f 100644
--- a/meta/lib/oeqa/selftest/context.py
+++ b/meta/lib/oeqa/selftest/context.py
@@ -138,6 +138,7 @@ class OESelftestTestContextExecutor(OETestContextExecutor):
138 help='Exclude all (unhidden) tests that match any of the specified tag(s). (exclude applies before select)') 138 help='Exclude all (unhidden) tests that match any of the specified tag(s). (exclude applies before select)')
139 139
140 parser.add_argument('-B', '--newbuilddir', help='New build directory to use for tests.') 140 parser.add_argument('-B', '--newbuilddir', help='New build directory to use for tests.')
141 parser.add_argument('-v', '--verbose', action='store_true')
141 parser.set_defaults(func=self.run) 142 parser.set_defaults(func=self.run)
142 143
143 def _get_available_machines(self): 144 def _get_available_machines(self):