[RPC-Tests] add option to run rpc test over QT clients
This commit is contained in:
parent
b7c704abab
commit
979698c171
2 changed files with 3 additions and 3 deletions
qa/rpc-tests/test_framework
|
@ -120,7 +120,7 @@ class BitcoinTestFramework(object):
|
|||
if self.options.coveragedir:
|
||||
enable_coverage(self.options.coveragedir)
|
||||
|
||||
os.environ['PATH'] = self.options.srcdir+":"+os.environ['PATH']
|
||||
os.environ['PATH'] = self.options.srcdir+":"+self.options.srcdir+"/qt:"+os.environ['PATH']
|
||||
|
||||
check_json_precision()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue