summaryrefslogtreecommitdiff
path: root/render-test/main.cpp
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2019-10-02 13:26:39 +0300
committerJuha Alanen <19551460+jmalanen@users.noreply.github.com>2019-10-07 10:58:46 +0300
commit13801f1b80e21e128b851caa58a9f4bbd2421844 (patch)
tree9198929d4701cb32c72458168eff49b76a2c18d5 /render-test/main.cpp
parent18a426d74808605d7bb333a56de0cb5493094f20 (diff)
downloadqtlocation-mapboxgl-13801f1b80e21e128b851caa58a9f4bbd2421844.tar.gz
[render-test] Add support for query tests
Diffstat (limited to 'render-test/main.cpp')
-rw-r--r--render-test/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/render-test/main.cpp b/render-test/main.cpp
index fcdbe3ab55..6f5e2449a9 100644
--- a/render-test/main.cpp
+++ b/render-test/main.cpp
@@ -81,7 +81,7 @@ int main(int argc, char** argv) {
bool shouldIgnore = false;
std::string ignoreReason;
- const std::string ignoreName = "render-tests/" + id;
+ const std::string ignoreName = id;
const auto it = std::find_if(ignores.cbegin(), ignores.cend(), [&ignoreName](auto pair) { return pair.first == ignoreName; });
if (it != ignores.end()) {
shouldIgnore = true;