mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-31 12:51:15 +01:00
add stderr to line showing "Waiting for test" FIX #750
This commit is contained in:
parent
041abd57ce
commit
601c810240
@ -12383,7 +12383,7 @@ run_mass_testing_parallel() {
|
|||||||
[[ $wait_time -gt $MAX_WAIT_TEST ]] && wait_time=$MAX_WAIT_TEST
|
[[ $wait_time -gt $MAX_WAIT_TEST ]] && wait_time=$MAX_WAIT_TEST
|
||||||
if "$INTERACTIVE"; then
|
if "$INTERACTIVE"; then
|
||||||
echo -en "\r \r" 1>&2
|
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
|
if [[ $((MAX_WAIT_TEST-wait_time)) -le 60 ]]; then
|
||||||
echo -n " ($((MAX_WAIT_TEST-wait_time)) seconds to timeout)" 1>&2
|
echo -n " ($((MAX_WAIT_TEST-wait_time)) seconds to timeout)" 1>&2
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user