Bug fixed in continuation of the cycle after a STOP.
This commit is contained in:
@@ -391,7 +391,7 @@ namespace TBF.BenchControl
|
||||
{
|
||||
return Tests[2];
|
||||
}
|
||||
else if (selection == Sequences.MainSeq.Selection.Test)
|
||||
else if (selection == Sequences.MainSeq.Selection.Test || selection == Sequences.MainSeq.Selection.RestOfCycle)
|
||||
{
|
||||
foreach (var test in Tests)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user