nholthaus / gtest-runner

A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce failure selection to just the file and line number

nholthaus opened this issue · comments

Currently, when using the next/prev failure buttons, the entire failure text is selected, from the [ RUN ] to the [ FAILED ] statement. Instead, only the file/line number should be selected, which would be consistent with the selections when a failure is clicked on in the failure dock.

Fixed by b235194.