summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/data/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-12-04 21:00:38 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-12-14 18:02:30 +0000
commitfd3423bfb82f44723fd59991ba56adc3ed112412 (patch)
tree56e148f4df350d3df259a04d46e4b595c978f3de /mkspecs/features/data/configure.json
parentaf70d4ee85246031ff631488a9191034bf3baa7a (diff)
configure: support discarding selected test results with -recheck
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>
Diffstat (limited to 'mkspecs/features/data/configure.json')
-rw-r--r--mkspecs/features/data/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/data/configure.json b/mkspecs/features/data/configure.json
index 38623d46a4..167c502e82 100644
--- a/mkspecs/features/data/configure.json
+++ b/mkspecs/features/data/configure.json
@@ -9,7 +9,7 @@
"continue": "void",
- "recheck": { "type": "void", "name": "cache_use", "value": "positive" },
+ "recheck": { "type": "optionalString", "name": "cache_recheck" },
"recheck-all": { "type": "void", "name": "cache_use", "value": "none" },
"redo": { "type": "redo" },