From ab6fc5a3251e8467d2e5ed3fa576488e102b6b03 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 30 May 2019 13:49:22 +0200 Subject: tests: removed debugging output from GETPORT Signed-off-by: Nikos Mavrogiannopoulos --- tests/scripts/common.sh | 1 - 1 file changed, 1 deletion(-) 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 ' -- cgit v1.2.1