fd3423bfb8
especially during debugging, it is often necessary to re-run only one (or a few) tests, where -recheck-all would be wasteful. Task-number: QTBUG-64059 Change-Id: I9410894dec4289ff832d7f75e04f9b60fe76c57c Reviewed-by: Lars Knoll <lars.knoll@qt.io>
22 lines
585 B
JSON
22 lines
585 B
JSON
{
|
|
"files": {
|
|
},
|
|
|
|
"commandline": {
|
|
"options": {
|
|
"v": { "type": "enum", "name": "verbose", "values": { "yes": "true", "no": "false" } },
|
|
"verbose": { "type": "enum", "values": { "yes": "true", "no": "false" } },
|
|
|
|
"continue": "void",
|
|
|
|
"recheck": { "type": "optionalString", "name": "cache_recheck" },
|
|
"recheck-all": { "type": "void", "name": "cache_use", "value": "none" },
|
|
|
|
"redo": { "type": "redo" },
|
|
|
|
"list-features": "void",
|
|
"list-libraries": "void"
|
|
}
|
|
}
|
|
}
|