Solo tests should work with loopn
Former-commit-id: 575fc9801094985e24671101e68549787b536782
This commit is contained in:
parent
244d5d2243
commit
1392ba433b
@ -215,7 +215,7 @@ proc s {args} {
|
||||
# test server, so that the test server will send them again to
|
||||
# clients once the clients are idle.
|
||||
proc run_solo {name code} {
|
||||
if {$::numclients == 1 || $::loop || $::external} {
|
||||
if {$::numclients == 1 || $::loop < 0 || $::external} {
|
||||
# run_solo is not supported in these scenarios, just run the code.
|
||||
eval $code
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user