aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-03 22:56:32 +0800
committerWei-Ning Huang <w@dexon.org>2019-03-12 12:19:09 +0800
commit3f26b8212cf13a090d55dfc228a343af733acbad (patch)
treec8ff7fc7a09a73d793200bffa9661c1ba97eaf4d /test
parente552233512e0ccb1e296144d5446e2bb5b31212c (diff)
downloaddexon-3f26b8212cf13a090d55dfc228a343af733acbad.tar
dexon-3f26b8212cf13a090d55dfc228a343af733acbad.tar.gz
dexon-3f26b8212cf13a090d55dfc228a343af733acbad.tar.bz2
dexon-3f26b8212cf13a090d55dfc228a343af733acbad.tar.lz
dexon-3f26b8212cf13a090d55dfc228a343af733acbad.tar.xz
dexon-3f26b8212cf13a090d55dfc228a343af733acbad.tar.zst
dexon-3f26b8212cf13a090d55dfc228a343af733acbad.zip
test: disable standalone RPC server as BroadcastBlock currently cause forking
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_test.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/run_test.sh b/test/run_test.sh
index c07da0f8e..66387e703 100755
--- a/test/run_test.sh
+++ b/test/run_test.sh
@@ -15,14 +15,14 @@ rm -f log-latest
ln -s $logsdir log-latest
# A standalone RPC server for accepting RPC requests.
-datadir=$PWD/Dexon.rpc
-rm -rf $datadir
-$GDEX --datadir=$datadir init genesis.json
-$GDEX --verbosity=4 --gcmode=archive --datadir=$datadir \
- --rpc --rpcapi=eth,net,web3,debug --rpcaddr=0.0.0.0 --rpcport=8543 \
- --ws --wsapi=eth,net,web3,debug --wsaddr=0.0.0.0 --wsport=8544 \
- --wsorigins='*' --rpcvhosts='*' --rpccorsdomain="*" \
- > $logsdir/gdex.rpc.log 2>&1 &
+# datadir=$PWD/Dexon.rpc
+# rm -rf $datadir
+# $GDEX --datadir=$datadir init genesis.json
+# $GDEX --verbosity=4 --gcmode=archive --datadir=$datadir \
+# --rpc --rpcapi=eth,net,web3,debug --rpcaddr=0.0.0.0 --rpcport=8543 \
+# --ws --wsapi=eth,net,web3,debug --wsaddr=0.0.0.0 --wsport=8544 \
+# --wsorigins='*' --rpcvhosts='*' --rpccorsdomain="*" \
+# > $logsdir/gdex.rpc.log 2>&1 &
# Nodes
for i in $(seq 0 3); do