mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
FlushOutText on test result
This commit is contained in:
parent
7b6544fadd
commit
1c0810294b
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ namespace IDE
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ":TestResult":
|
case ":TestResult":
|
||||||
|
FlushOutText(true);
|
||||||
testTimer.Stop();
|
testTimer.Stop();
|
||||||
int timeMS = int32.Parse(cmdParts[1]).Get();
|
int timeMS = int32.Parse(cmdParts[1]).Get();
|
||||||
var testEntry = testInstance.mTestEntries[testInstance.mCurTestIdx];
|
var testEntry = testInstance.mTestEntries[testInstance.mCurTestIdx];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue