From 601c8102407f3544dd6a51e62b313b558f983273 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 19 May 2017 17:09:47 +0200 Subject: [PATCH] add stderr to line showing "Waiting for test" FIX #750 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index dec6a0c..935948f 100755 --- a/testssl.sh +++ b/testssl.sh @@ -12383,7 +12383,7 @@ run_mass_testing_parallel() { [[ $wait_time -gt $MAX_WAIT_TEST ]] && wait_time=$MAX_WAIT_TEST if "$INTERACTIVE"; then echo -en "\r \r" 1>&2 - echo -n "Waiting for test #$NEXT_PARALLEL_TEST_TO_FINISH to finish" + echo -n "Waiting for test #$NEXT_PARALLEL_TEST_TO_FINISH to finish" >&2 if [[ $((MAX_WAIT_TEST-wait_time)) -le 60 ]]; then echo -n " ($((MAX_WAIT_TEST-wait_time)) seconds to timeout)" 1>&2 else