summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-11-07 18:40:03 +0200
committerzmiao <miao.zhao@mapbox.com>2019-11-07 18:40:03 +0200
commitb66111d9639a3cfcd6395a6c5575d16ddd116bb6 (patch)
tree1267200a41d2744f75277d7a55dca37fa1a5f72a
parent5915893a8ce1b25950a391bef12e8619e57ab197 (diff)
downloadqtlocation-mapboxgl-b66111d9639a3cfcd6395a6c5575d16ddd116bb6.tar.gz
try
-rw-r--r--render-test/render_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/render-test/render_test.cpp b/render-test/render_test.cpp
index 3cdd4304c3..571ee444e8 100644
--- a/render-test/render_test.cpp
+++ b/render-test/render_test.cpp
@@ -204,7 +204,7 @@ int runRenderTests(int argc, char** argv) {
metadatas.push_back(std::move(metadata));
}
const auto resultPath =
- manifest.getResultPath() + "/" + (testNames.empty() ? "render-tests" : testNames.front()) + "_index.html";
+ manifest.getManifestPath() + "/" + (testNames.empty() ? "render-tests" : testNames.front()) + "_index.html";
std::string resultsHTML = createResultPage(stats, metadatas, shuffle, seed);
mbgl::util::write_file(resultPath, resultsHTML);