X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=performance-test%2Fperf-test-lib.sh;h=41b1ddfdcb08cfc03a1c6e74a4bf0259d4840170;hb=704aa76f5dbe64098963100ec0ed89c00340d89b;hp=e7c502b6ca3d024aab87ab4d60d808fa8cf199df;hpb=8dbd5deb8d3bbfda9554163c8d4cb2474c505c87;p=notmuch diff --git a/performance-test/perf-test-lib.sh b/performance-test/perf-test-lib.sh index e7c502b6..41b1ddfd 100644 --- a/performance-test/perf-test-lib.sh +++ b/performance-test/perf-test-lib.sh @@ -212,7 +212,7 @@ time_run () { printf " %-22s" "$1" test_count=$(($test_count+1)) - if test "$verbose" != "t"; then exec 4>test.output 3>&4; fi + if test "$verbose" != "t"; then exec 4>test.output 3>&4; else exec 3>&1; fi if [[ "$use_perf" = 1 ]]; then command_str="perf record --call-graph=${perf_callgraph} -o ${log_dir}/${test_count}.perf $2" else