aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-10-28 01:08:53 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2013-10-28 01:08:53 -0700
commit2315cc82a7c12256002893dff105ea4cff113a6d (patch)
tree915a5a9df93f01371023299bce28bd7e6cadcb53
parentd3fd96b2a47a5f5c7b2fc39f67a4b52a6e6ce232 (diff)
parentb2b7bf4bf9b3a7b1c4bb8470289da9180da9f13b (diff)
downloadbitcoin-2315cc82a7c12256002893dff105ea4cff113a6d.tar.xz
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 4eef8202ca..25faf9c42d 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.