diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-12-12 22:18:47 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-12-16 22:52:01 +0200 |
commit | 8869d09b2543d33ce8f9d457f4c3d8f9e9b23903 (patch) | |
tree | 74957ec88134b5ff91ebf82efe37b2af824332d2 /render-test | |
parent | 0dbe80fe6615fb1d598a438fe3d69651d7af069d (diff) | |
download | qtlocation-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.cpp | 2 |
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), |