mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
[build] Add missing stuff to clean-local
Remaining of cache may interfere the expected execution of the rpc-test.py This patch make "make clean-local" remove the cache and __pycache__ folders.
This commit is contained in:
parent
146a95724e
commit
9f04e1fc04
1 changed files with 1 additions and 1 deletions
|
|
@ -236,4 +236,4 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-man
|
|||
|
||||
clean-local:
|
||||
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ qa/tmp/ cache/ $(OSX_APP)
|
||||
rm -rf qa/pull-tester/__pycache__
|
||||
rm -rf qa/pull-tester/__pycache__ qa/rpc-tests/test_framework/__pycache__ src/test/__pycache__ qa/cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue