mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	add stderr to line showing "Waiting for test" FIX #750
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk