diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-25 16:06:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-25 16:06:56 -0700 |
commit | 91016984db40c41df0ab8ec39344e703cf6a2a2b (patch) | |
tree | 44c3789413ce7526f78ac769a1dbe2859074862d | |
parent | Merge branch 'ab/fsck-unexpected-type' (diff) | |
parent | t/perf/perf-lib.sh: remove test_times.* at the end test_perf_() (diff) | |
download | tgif-91016984db40c41df0ab8ec39344e703cf6a2a2b.tar.xz |
Merge branch 'jh/perf-remove-test-times'
Perf test fix.
* jh/perf-remove-test-times:
t/perf/perf-lib.sh: remove test_times.* at the end test_perf_()
-rw-r--r-- | t/perf/perf-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/perf/perf-lib.sh b/t/perf/perf-lib.sh index f5ed092ee5..a1b5d2804d 100644 --- a/t/perf/perf-lib.sh +++ b/t/perf/perf-lib.sh @@ -230,6 +230,7 @@ test_perf_ () { test_ok_ "$1" fi "$TEST_DIRECTORY"/perf/min_time.perl test_time.* >"$base".result + rm test_time.* } test_perf () { |