aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-03-21 13:54:02 -0400
committerJohn Newbery <john@johnnewbery.com>2017-05-03 14:14:04 -0400
commitce58e93ec0bf4ef4a503379e98bd209dd99447eb (patch)
tree081cfaf1f786264e8a605c9a9912d49448a29b10 /src/Makefile.test.include
parent22d870016eb630560c0bd6ba911b764ef46fefc9 (diff)
downloadbitcoin-ce58e93ec0bf4ef4a503379e98bd209dd99447eb.tar.xz
Change bitcoin-util-test.py to use Python3
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 10cb7e775a..c3302f983c 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -147,7 +147,7 @@ bitcoin_test_clean : FORCE
check-local:
@echo "Running test/util/bitcoin-util-test.py..."
- $(PYTHON) $(top_builddir)/test/util/bitcoin-util-test.py
+ $(top_builddir)/test/util/bitcoin-util-test.py
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
if EMBEDDED_UNIVALUE
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C univalue check