Merge #8133: build: Finish up out-of-tree changes
d1a3d57bulid: fix "make translate" when out-of-tree (Cory Fields)340012dbuild: add temporary fix for "bad magic number" error in out-of-tree builds (Cory Fields)142ffc7travis: use out-of-tree build (Cory Fields)92e37a3build: fix out-of-tree 'make deploy' for osx (Cory Fields)ab95d5dbuild: a few ugly hacks to get the rpc tests working out-of-tree (Cory Fields)fc4ad0cbuild: more out-of-tree fixups (Cory Fields)0cb0f26build: out-of-tree fixups (Cory Fields)
This commit is contained in:
@@ -29,6 +29,7 @@ import subprocess
|
||||
import tempfile
|
||||
import re
|
||||
|
||||
sys.path.append("qa/pull-tester/")
|
||||
from tests_config import *
|
||||
|
||||
BOLD = ("","")
|
||||
@@ -37,7 +38,7 @@ if os.name == 'posix':
|
||||
# terminal via ANSI escape sequences:
|
||||
BOLD = ('\033[0m', '\033[1m')
|
||||
|
||||
RPC_TESTS_DIR = BUILDDIR + '/qa/rpc-tests/'
|
||||
RPC_TESTS_DIR = SRCDIR + '/qa/rpc-tests/'
|
||||
|
||||
#If imported values are not defined then set to zero (or disabled)
|
||||
if 'ENABLE_WALLET' not in vars():
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# Distributed under the MIT software license, see the accompanying
|
||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
SRCDIR="@abs_top_srcdir@"
|
||||
BUILDDIR="@abs_top_builddir@"
|
||||
EXEEXT="@EXEEXT@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user