diff options
Diffstat (limited to 'render-test/manifest_parser.cpp')
-rw-r--r-- | render-test/manifest_parser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/render-test/manifest_parser.cpp b/render-test/manifest_parser.cpp index 4d2952c761..2e1b34df91 100644 --- a/render-test/manifest_parser.cpp +++ b/render-test/manifest_parser.cpp @@ -280,6 +280,8 @@ mbgl::optional<Manifest> ManifestParser::parseManifest(const std::string& manife std::vector<mbgl::filesystem::path> expectedMetricPaths{expectedMetricPath}; #if defined(__ANDROID__) expectedMetricPaths.emplace_back("/sdcard/baselines/"); +#elif defined(__APPLE__) + expectedMetricPaths.emplace_back(manifest.manifestPath + "/baselines/"); #endif testPaths.emplace_back(testPath, getTestExpectations(defaultExpectationPath, testId, expectationPaths), |