Skip to content

Commit 17df9d3

Browse files
committed
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'
2 parents 2cf2ae9 + d11b875 commit 17df9d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contrib/subtree/t/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ clean-except-prove-cache:
5151
$(RM) -r valgrind/bin
5252

5353
clean: clean-except-prove-cache
54+
$(RM) -r '$(TEST_RESULTS_DIRECTORY_SQ)'
5455
$(RM) .prove
5556

5657
test-lint: test-lint-duplicates test-lint-executable test-lint-shell-syntax

t/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ clean-except-prove-cache: clean-chainlint
7373
$(RM) -r valgrind/bin
7474

7575
clean: clean-except-prove-cache
76+
$(RM) -r '$(TEST_RESULTS_DIRECTORY_SQ)'
7677
$(RM) .prove
7778

7879
clean-chainlint:

0 commit comments

Comments
 (0)