summaryrefslogtreecommitdiff
path: root/render-test
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-12 22:18:47 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-12-16 22:52:01 +0200
commit8869d09b2543d33ce8f9d457f4c3d8f9e9b23903 (patch)
tree74957ec88134b5ff91ebf82efe37b2af824332d2 /render-test
parent0dbe80fe6615fb1d598a438fe3d69651d7af069d (diff)
downloadqtlocation-mapboxgl-8869d09b2543d33ce8f9d457f4c3d8f9e9b23903.tar.gz
[build] Collect and publish new baselines
Also fail the bot in case there are new baselines.
Diffstat (limited to 'render-test')
-rw-r--r--render-test/manifest_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/render-test/manifest_parser.cpp b/render-test/manifest_parser.cpp
index 6658b3ee0d..8402b24def 100644
--- a/render-test/manifest_parser.cpp
+++ b/render-test/manifest_parser.cpp
@@ -467,7 +467,7 @@ mbgl::optional<Manifest> ManifestParser::parseManifest(const std::string& manife
std::vector<mbgl::filesystem::path> expectedMetricPaths{expectedMetricPath};
#if defined(__ANDROID__)
- expectedMetricPaths.emplace_back("/sdcard/");
+ expectedMetricPaths.emplace_back("/sdcard/baselines/");
#endif
testPaths.emplace_back(testPath,
getTestExpectations(defaultExpectationPath, testId, expectationPaths),