Fix Travis

This commit is contained in:
Daniel Marjamäki 2018-11-21 08:39:21 +01:00
parent 9d8e5e36eb
commit 081bd7660e
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ private:
FileLister::recursiveAddFiles(files, "samples", matcher);
#endif
for (std::map<std::string, std::size_t>::const_iterator i = files.begin(); i != files.end(); ++i) {
if (i->first.find("memleak") != std::string::npos)
continue;
CLEAR_REDIRECT_ERROUT;
char* path = new char[i->first.size() + 1];
strcpy(path, i->first.c_str());