This patch actually needs the below fixup on top. Old files from previous runs had fooled my testing... diff --git a/t/perf/perf-lib.sh b/t/perf/perf-lib.sh index ee6c083..f2a0b73 100644 --- a/t/perf/perf-lib.sh +++ b/t/perf/perf-lib.sh @@ -154,7 +154,7 @@ test_perf () { then base=$(basename "$0" .sh) echo "$test_count" >>"$perf_results_dir"/$base.subtests - echo "$1" >"$perf_results_dir"/$base.descr + echo "$1" >"$perf_results_dir"/$base.$test_count.descr if test -z "$verbose"; then echo -n "perf $test_count - $1:" else -- Thomas Rast trast@{inf,student}.ethz.ch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html