summaryrefslogtreecommitdiff
path: root/render-test/main.cpp
diff options
context:
space:
mode:
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;