From e9aadd35c4fc96d4c65e467247e0d28b44e4ac59 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: 82ba449dd0f8e8c81d7391241a6e75ada1bb314c --- 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 c4abcf2f3..dcd5119e0 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -253,7 +253,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 || $::endurance} { + if {$::numclients == 1 || $::loop < 0 || $::external || $::endurance} { # run_solo is not supported in these scenarios, just run the code. if {$::endurance} { puts "Skipping solo tests because endurance mode is enabled"