Merge pull request #115 from ElementsProject/pytest-pathfix

pytest: don't assume paths of valgrind and bitcoind.
This commit is contained in:
Christian Decker
2017-01-24 14:22:23 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ class BitcoinD(TailableProc):
os.makedirs(regtestdir)
self.cmd_line = [
'/usr/bin/bitcoind',
'bitcoind',
'-datadir={}'.format(bitcoin_dir),
'-printtoconsole',
'-server',