File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -294,5 +294,5 @@ clean-docs:
294
294
295
295
clean-local : clean-docs
296
296
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP )
297
- rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache
297
+ rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
298
298
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES)
161
161
162
162
$(BITCOIN_TESTS): $(GENERATED_TEST_FILES)
163
163
164
- CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES)
164
+ CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES) $(BITCOIN_TESTS:.cpp=.cpp.log)
165
165
166
166
CLEANFILES += $(CLEAN_BITCOIN_TEST)
167
167
You can’t perform that action at this time.
0 commit comments