]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: removed debugging output from GETPORT
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 30 May 2019 11:49:22 +0000 (13:49 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 10 Jun 2019 19:48:00 +0000 (21:48 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
tests/scripts/common.sh

index f99ce69d2ee57b48eb61b849cdc514bf1c866fcc..95f8a5298e3a10175a6909ca82ef8a5699f4c883 100644 (file)
@@ -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
 '