diff options
-rw-r--r-- | tests/scripts/common.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/scripts/common.sh b/tests/scripts/common.sh index f99ce69d2e..95f8a5298e 100644 --- a/tests/scripts/common.sh +++ b/tests/scripts/common.sh @@ -68,7 +68,6 @@ GETPORT=' if test -z "$myrandom"; then myrandom=0; fi PORT="$(((($$<<15)|$myrandom) % 63001 + 2000))" check_if_port_in_use $PORT;rc=$? - echo "PORT=$PORT rc=$rc myrandom=$myrandom" done ' |