Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-26 02:06:56 +0300
committerJunio C Hamano <gitster@pobox.com>2021-10-26 02:06:56 +0300
commit91016984db40c41df0ab8ec39344e703cf6a2a2b (patch)
tree44c3789413ce7526f78ac769a1dbe2859074862d /t/perf
parent061a21d36d807bdcf996f388d5e487d5e1993bbc (diff)
parentb9e4d84878b5c14fd4bd6e94e4e7d9ed0fc95c69 (diff)
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_()
Diffstat (limited to 't/perf')
-rw-r--r--t/perf/perf-lib.sh1
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 () {