From 8869d09b2543d33ce8f9d457f4c3d8f9e9b23903 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Thu, 12 Dec 2019 22:18:47 +0200 Subject: [build] Collect and publish new baselines Also fail the bot in case there are new baselines. --- render-test/manifest_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render-test') 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 ManifestParser::parseManifest(const std::string& manife std::vector expectedMetricPaths{expectedMetricPath}; #if defined(__ANDROID__) - expectedMetricPaths.emplace_back("/sdcard/"); + expectedMetricPaths.emplace_back("/sdcard/baselines/"); #endif testPaths.emplace_back(testPath, getTestExpectations(defaultExpectationPath, testId, expectationPaths), -- cgit v1.2.1