From 0120d23a4816576ce651c4e76b56be614febcfa7 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sun, 7 Jun 2020 15:06:50 -0400 Subject: [PATCH] Solo tests should work with loopn Former-commit-id: bc7ea8fb20c71ace6c35559791e2e8dc6bf4097b --- tests/test_helper.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 625ef9602..52acb1747 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -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