Fix "Functional test is already running" error by unsetting FunctionalTesting manager from IFunctionalTestingModule when all tests are done

#author Andrew.Grant
#preflight 64024fbc59017a559b978973
#rb Jerome.Delattre, Andrew.Grant
#jira none

[CL 24505428 by Jerome Delattre in ue5-main branch]
This commit is contained in:
Jerome Delattre
2023-03-03 15:07:24 -05:00
parent bbdade191a
commit 1f5335ba66

View File

@@ -297,6 +297,7 @@ void UFunctionalTestingManager::AllTestsDone()
{
OnTestsComplete.Broadcast();
bFinished = true;
IFunctionalTestingModule::Get().SetManager(nullptr);
RemoveFromRoot();
}
}