mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-30 21:35:26 +01:00 
			
		
		
		
	minor polishing
This commit is contained in:
		| @@ -11823,7 +11823,7 @@ run_mass_testing_parallel() { | |||||||
|  |  | ||||||
|           # fileout() won't include the "service" information in the JSON file for the child process |           # fileout() won't include the "service" information in the JSON file for the child process | ||||||
|           # if the JSON file doesn't already exist. |           # if the JSON file doesn't already exist. | ||||||
|           "$JSONHEADER" && echo -n "" > "$TEMPDIR/jsonfile_$(printf "%08d" $NR_PARALLEL_TESTS).json" |           "$JSONHEADER" && >"$TEMPDIR/jsonfile_$(printf "%08d" $NR_PARALLEL_TESTS).json" | ||||||
|           PARALLEL_TESTING_CMDLINE[NR_PARALLEL_TESTS]="$(create_cmd_line_string "$0" "${MASS_TESTING_CMDLINE[@]}")" |           PARALLEL_TESTING_CMDLINE[NR_PARALLEL_TESTS]="$(create_cmd_line_string "$0" "${MASS_TESTING_CMDLINE[@]}")" | ||||||
|           if [[ -z "$(which "$0")" ]]; then |           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" & |                CHILD_MASS_TESTING=true "$RUN_DIR/$PROG_NAME" "${MASS_TESTING_CMDLINE[@]}" > "$TEMPDIR/term_output_$(printf "%08d" $NR_PARALLEL_TESTS).log" & | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk
					Dirk