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
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-22 01:27:02 +0300
committerJunio C Hamano <gitster@pobox.com>2022-09-22 01:27:02 +0300
commit17df9d3849c6d089506c0fcfbf50c8fed6793a28 (patch)
tree1d71e43e84afe1ba1f58811a3ea5426827080a66 /t
parent2cf2ae9dd65d23e63978b791791458b2b701cac2 (diff)
parentd11b875197c7b8150136f94788330567dc5902d0 (diff)
Merge branch 'sg/clean-test-results'
"make clean" stopped cleaning the test results directory as a side effect of a topic that has nothing to do with "make clean", which has been corrected. * sg/clean-test-results: t/Makefile: remove 'test-results' on 'make clean'
Diffstat (limited to 't')
-rw-r--r--t/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Makefile b/t/Makefile
index 3db48c0cb6..882782a519 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -73,6 +73,7 @@ clean-except-prove-cache: clean-chainlint
$(RM) -r valgrind/bin
clean: clean-except-prove-cache
+ $(RM) -r '$(TEST_RESULTS_DIRECTORY_SQ)'
$(RM) .prove
clean-chainlint: