From 9f04e1fc045edc5cc64b9aeeefb39eaa1d0f6d2e Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Thu, 7 Dec 2017 13:08:10 +0900 Subject: [PATCH] [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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cef2030cf1..a637706f55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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