mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 15:55:26 +01:00 
			
		
		
		
	Fix typo in run_mass_testing_parallel()
This commit is contained in:
		@@ -11810,7 +11810,7 @@ run_mass_testing_parallel() {
 | 
			
		||||
          if [[ -z "$(which "$0")" ]]; then          
 | 
			
		||||
               CHILD_MASS_TESTING=true "$RUN_DIR/$PROG_NAME" "${MASS_TESTING_CMDLINE[@]}" > "$TEMPDIR/term_output_$(printf "%08d" $NR_PARALLEL_TESTS).log" &
 | 
			
		||||
          else
 | 
			
		||||
               CHILD_MASS_TESTING=true "$RUN_DIR/$PROG_NAME" "${MASS_TESTING_CMDLINE[@]}" > "$TEMPDIR/term_output_$(printf "%08d" $NR_PARALLEL_TESTS).log" &
 | 
			
		||||
               CHILD_MASS_TESTING=true "$0" "${MASS_TESTING_CMDLINE[@]}" > "$TEMPDIR/term_output_$(printf "%08d" $NR_PARALLEL_TESTS).log" &
 | 
			
		||||
          fi
 | 
			
		||||
          PARALLEL_TESTING_PID[NR_PARALLEL_TESTS]=$!
 | 
			
		||||
          NR_PARALLEL_TESTS+=1
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user