@@ -10200,6 +10200,8 @@ int main(int argc, char *argv[])
probe_pools();
do {
sleep(1);
+ if (pools_active)
+ break;
still_testing = false;
for (int i = 0; i < total_pools; ++i)
if (pools[i]->testing)