summaryrefslogtreecommitdiff
path: root/render-test
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-10 21:12:50 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-10 22:02:58 +0200
commitc0fee57367cc2cecbc8eb0b97415815c67f85374 (patch)
treebd4839179b07f484db9718890ce2a46ebc67f5e0 /render-test
parente31ad307f4362d10a9e9b27852be855a81d4094a (diff)
downloadqtlocation-mapboxgl-c0fee57367cc2cecbc8eb0b97415815c67f85374.tar.gz
[test-runner] Add desctiption for --update command
Diffstat (limited to 'render-test')
-rw-r--r--render-test/render_test.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/render-test/render_test.cpp b/render-test/render_test.cpp
index 98897bb912..13d6992e43 100644
--- a/render-test/render_test.cpp
+++ b/render-test/render_test.cpp
@@ -63,7 +63,10 @@ ArgumentsTuple parseArguments(int argc, char** argv) {
args::MapFlag<std::string, TestRunner::UpdateResults> testUpdateResultsValue(
argumentParser,
"update",
- "Test results update mode. Supported values are: \"default\", \"platform\", \"metrics\"",
+ "Test results update mode. Supported values are: \n\"default\" Updates generic render test expectations. \
+ \n\"platform\" Updates platform specific render test expectations. \
+ \n\"metrics\" Updates expected metrics for configuration defined by a manifest.\
+ \n\"rebaseline\" Updates or creates expected metrics for configuration defined by a manifest.",
{'u', "update"},
updateResultsFlags);