aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-10-28 01:08:53 -0700
committerWladimir J. van der Laan <[email protected]>2013-10-28 01:08:53 -0700
commit2315cc82a7c12256002893dff105ea4cff113a6d (patch)
tree915a5a9df93f01371023299bce28bd7e6cadcb53
parentMerge pull request #3174 from TheBlueMatt/master (diff)
parentMissed an RPC port (diff)
downloaddiscoin-2315cc82a7c12256002893dff105ea4cff113a6d.tar.xz
discoin-2315cc82a7c12256002893dff105ea4cff113a6d.zip
Merge pull request #3175 from TheBlueMatt/master
Missed RPC port
-rwxr-xr-xqa/pull-tester/run-bitcoind-for-test.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/run-bitcoind-for-test.sh.in b/qa/pull-tester/run-bitcoind-for-test.sh.in
index 4eef8202c..25faf9c42 100755
--- a/qa/pull-tester/run-bitcoind-for-test.sh.in
+++ b/qa/pull-tester/run-bitcoind-for-test.sh.in
@@ -6,7 +6,7 @@ touch "$DATADIR/regtest/debug.log"
tail -q -n 1 -F "$DATADIR/regtest/debug.log" | grep -m 1 -q "Done loading" &
WAITER=$!
PORT=`expr $BASHPID + 10000`
-"@abs_top_builddir@/src/bitcoind@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -port=$PORT -regtest &
+"@abs_top_builddir@/src/bitcoind@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -port=$PORT -regtest -rpcport=`expr $PORT + 1` &
BITCOIND=$!
#Install a watchdog.