diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-10-01 11:19:49 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-10-04 11:59:33 +0200 |
commit | e169349f8c25d8998492b38500c1fee1074ed6fe (patch) | |
tree | 733117b510b3c09e2aa4cec8b73e7e7e2d4a1319 /src | |
parent | 806c78f014f6be9e12afb181d85e135f3b44e33e (diff) |
qa: Restore bitcoin-util-test py2 compatibility
Github-Pull: #11433
Rebased-From: fafff1220cf798e25f02cdd8affb70506dd366cc
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.test.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 3a932f460d..b48bfc76b7 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..." - $(top_builddir)/test/util/bitcoin-util-test.py + $(PYTHON) $(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 |