Avoid superfluous re-run when specific section is selected

Fixes #1394
This commit is contained in:
Lotte Steenbrink 2019-01-07 16:40:23 +01:00 committed by Martin Hořeňovský
parent c1720d0c42
commit d084162b2f
5 changed files with 57 additions and 0 deletions

View file

@ -140,6 +140,8 @@ namespace TestCaseTracking {
bool isSectionTracker() const override;
bool isComplete() const override;
static SectionTracker& acquire( TrackerContext& ctx, NameAndLocation const& nameAndLocation );
void tryOpen();