Home
last modified time | relevance | path

Searched refs:log_file (Results 1 – 1 of 1) sorted by relevance

/iperf/config/
H A Dtest-driver56 log_file= # Where to save the output of the test script.
66 --log-file) log_file=$2; shift;;
80 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
111 : >"$log_file"
112 "$@" >>"$log_file" 2>&1
134 echo "$res $test_name (exit status: $estatus)" >>"$log_file"