summaryrefslogtreecommitdiffstats
path: root/scripts/contrib/devtool-stress.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/contrib/devtool-stress.py')
-rwxr-xr-xscripts/contrib/devtool-stress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/devtool-stress.py b/scripts/contrib/devtool-stress.py
index 5fff257f10..7ba0984238 100755
--- a/scripts/contrib/devtool-stress.py
+++ b/scripts/contrib/devtool-stress.py
@@ -223,7 +223,7 @@ def main():
223 parser.add_argument('-d', '--debug', help='Enable debug output', action='store_true') 223 parser.add_argument('-d', '--debug', help='Enable debug output', action='store_true')
224 parser.add_argument('-r', '--resume-from', help='Resume from specified recipe', metavar='PN') 224 parser.add_argument('-r', '--resume-from', help='Resume from specified recipe', metavar='PN')
225 parser.add_argument('-o', '--only', help='Only test specified recipes (comma-separated without spaces, wildcards allowed)', metavar='PNLIST') 225 parser.add_argument('-o', '--only', help='Only test specified recipes (comma-separated without spaces, wildcards allowed)', metavar='PNLIST')
226 parser.add_argument('-s', '--skip', help='Skip specified recipes (comma-separated without spaces, wildcards allowed)', metavar='PNLIST') 226 parser.add_argument('-s', '--skip', help='Skip specified recipes (comma-separated without spaces, wildcards allowed)', metavar='PNLIST', default='gcc-source-*,kernel-devsrc,package-index,perf,meta-world-pkgdata,glibc-locale,glibc-mtrace,glibc-scripts,os-release')
227 parser.add_argument('-c', '--skip-classes', help='Skip recipes inheriting specified classes (comma-separated) - default %(default)s', metavar='CLASSLIST', default='native,nativesdk,cross,cross-canadian,image,populate_sdk,meta,packagegroup') 227 parser.add_argument('-c', '--skip-classes', help='Skip recipes inheriting specified classes (comma-separated) - default %(default)s', metavar='CLASSLIST', default='native,nativesdk,cross,cross-canadian,image,populate_sdk,meta,packagegroup')
228 subparsers = parser.add_subparsers(title='subcommands', metavar='<subcommand>') 228 subparsers = parser.add_subparsers(title='subcommands', metavar='<subcommand>')
229 subparsers.required = True 229 subparsers.required = True