mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Fixed test ShouldFail cases
This commit is contained in:
parent
a9872fcbac
commit
6c0b329d57
4 changed files with 38 additions and 12 deletions
|
@ -301,7 +301,7 @@ namespace IDE
|
|||
testEntry.mExecuted = true;
|
||||
|
||||
String clientCmd = scope $":TestRun\t{testInstance.mCurTestIdx}";
|
||||
if ((gApp.mTestBreakOnFailure) && (mDebug))
|
||||
if ((gApp.mTestBreakOnFailure) && (mDebug) && (!testEntry.mShouldFail))
|
||||
clientCmd.Append("\tFailBreak");
|
||||
clientCmd.Append("\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue