DavidSchuldenfrei/gtest-adapter

Tests passes even if they segfaulted

Opened this issue · 0 comments

Due to how gtest-adapter only looks for the FAILED key word

} else if (line.startsWith('[ FAILED ]') && line.endsWith(')')) {
, it would pass tests that failed due to segfault