diff --git a/scripts/startLocalCluster.sh b/scripts/startLocalCluster.sh index 67c7965dac..9dd12c1adb 100755 --- a/scripts/startLocalCluster.sh +++ b/scripts/startLocalCluster.sh @@ -156,6 +156,9 @@ testServer() { done } +for p in `seq 8629 $PORTTOPDB` ; do + testServer $p +done for p in `seq 8530 $PORTTOPCO` ; do testServer $p done