Solo tests should work with loopn

Former-commit-id: 575fc9801094985e24671101e68549787b536782
This commit is contained in:
John Sully 2020-06-07 15:06:50 -04:00
parent 244d5d2243
commit 1392ba433b

View File

@ -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