summaryrefslogtreecommitdiff
path: root/render-test/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/parser.cpp')
-rw-r--r--render-test/parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/render-test/parser.cpp b/render-test/parser.cpp
index b39098cf4b..782ee3ce24 100644
--- a/render-test/parser.cpp
+++ b/render-test/parser.cpp
@@ -446,7 +446,7 @@ std::vector<std::pair<std::string, std::string>> parseIgnores(const std::string&
mbgl::filesystem::path platformSpecificIgnores;
mbgl::filesystem::path ownTestsIgnores =
- mbgl::filesystem::path(TEST_RUNNER_ROOT_PATH).append("render-test/tests/should-fail.json");
+ mbgl::filesystem::path(testRootPath).append("render-test/tests/should-fail.json");
#ifdef __APPLE__
platformSpecificIgnores = mbgl::filesystem::path(testRootPath).append("render-test/mac-ignores.json");