summaryrefslogtreecommitdiff
path: root/render-test/manifest_parser.hpp
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-03 13:15:45 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-12-03 16:26:22 +0200
commit41324842b294d9d38eb42f1b8726e270510614e0 (patch)
treeb92364de715385bbb05e5a45e4448b48507ce062 /render-test/manifest_parser.hpp
parent75f8530ed1d9213691b652cd6fa4ce22054645b1 (diff)
downloadqtlocation-mapboxgl-41324842b294d9d38eb42f1b8726e270510614e0.tar.gz
[test-runner] Allow to define filter inside manifest file
Command line option is still available and allows to override filter that is defined in a manifest file.
Diffstat (limited to 'render-test/manifest_parser.hpp')
-rw-r--r--render-test/manifest_parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/render-test/manifest_parser.hpp b/render-test/manifest_parser.hpp
index 8e2c45efde..cf5644d316 100644
--- a/render-test/manifest_parser.hpp
+++ b/render-test/manifest_parser.hpp
@@ -56,5 +56,5 @@ class ManifestParser {
public:
static mbgl::optional<Manifest> parseManifest(const std::string& manifestPath,
const std::vector<std::string>& testNames,
- const std::string& testFilter);
+ std::string testFilter);
};