summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-05-30 13:49:22 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-06-10 21:48:00 +0200
commitab6fc5a3251e8467d2e5ed3fa576488e102b6b03 (patch)
tree307709467ccb781ca828a1efeb553f549fff020a
parent8a7aedf59ded344f597304c66871b44ed9f578de (diff)
downloadgnutls-ab6fc5a3251e8467d2e5ed3fa576488e102b6b03.tar.gz
tests: removed debugging output from GETPORT
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--tests/scripts/common.sh1
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
'