summaryrefslogtreecommitdiff
path: root/render-test/manifest_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/manifest_parser.cpp')
-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 23be35dfe5..6bba33754a 100644
--- a/render-test/manifest_parser.cpp
+++ b/render-test/manifest_parser.cpp
@@ -385,7 +385,7 @@ mbgl::optional<Manifest> ManifestParser::parseManifest(const std::string& manife
manifest.manifestPath.pop_back();
}
if (manifest.resultPath.empty()) {
- manifest.resultPath = manifest.testRootPath;
+ manifest.resultPath = manifest.manifestPath;
} else if (manifest.resultPath.back() == '/') {
manifest.resultPath.pop_back();
}