1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 09:27:59 +02:00

FlushOutText on test result

This commit is contained in:
Brian Fiete 2023-11-28 06:20:10 -05:00
parent 7b6544fadd
commit 1c0810294b

View file

@ -318,6 +318,7 @@ namespace IDE
break;
}
case ":TestResult":
FlushOutText(true);
testTimer.Stop();
int timeMS = int32.Parse(cmdParts[1]).Get();
var testEntry = testInstance.mTestEntries[testInstance.mCurTestIdx];