aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2016-06-03 14:00:38 -0400
committerCory Fields <[email protected]>2016-06-03 14:48:21 -0400
commit340012d9c978901d23ccedad5805c6630c49e756 (patch)
tree5f2441fa244470927af1b6d9d195b728ced5132d /src/Makefile.test.include
parenttravis: use out-of-tree build (diff)
downloaddiscoin-340012d9c978901d23ccedad5805c6630c49e756.tar.xz
discoin-340012d9c978901d23ccedad5805c6630c49e756.zip
build: add temporary fix for "bad magic number" error in out-of-tree builds
This was caused by an pyc files hanging around from previous python2 invocations, when the matching .py missing from that path. This should not be a problem with python3's tagged caches.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 77cf1001e..ff3351fe7 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -123,6 +123,9 @@ CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES)
CLEANFILES += $(CLEAN_BITCOIN_TEST)
+# This file is problematic for out-of-tree builds if it exists.
+DISTCLEANFILES += test/buildenv.pyc
+
bitcoin_test: $(TEST_BINARY)
bitcoin_test_check: $(TEST_BINARY) FORCE