diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-01-14 12:17:40 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-12 12:19:09 +0800 |
commit | dcfef2422a5f431960cc02469ab0fadd88d7cb4b (patch) | |
tree | becc3ed11911525bb12a7f6c93d1f602661676fc | |
parent | b10192038c7bd10b29e32e11816b1cf986d69057 (diff) | |
download | dexon-dcfef2422a5f431960cc02469ab0fadd88d7cb4b.tar.gz dexon-dcfef2422a5f431960cc02469ab0fadd88d7cb4b.tar.zst dexon-dcfef2422a5f431960cc02469ab0fadd88d7cb4b.zip |
test: Update bootnode path
-rwxr-xr-x | test/run_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_test.sh b/test/run_test.sh index ccbdbf9fc..71b2715dd 100755 --- a/test/run_test.sh +++ b/test/run_test.sh @@ -3,7 +3,7 @@ NETWORK="--bootnodes enode://0478aa13c91aa0db8e93b668313b7eb0532fbdb24f64772375373b14dbe326c238ad09ab4469f6442c9a9753f1275aeec2e531912c14a958ed1feb4ae7e227ef@127.0.0.1:30301" GENESIS="genesis.json" # Start bootnode. -bootnode -nodekey keystore/bootnode.key --verbosity=9 > bootnode.log 2>&1 & +../build/bin/bootnode -nodekey keystore/bootnode.key --verbosity=9 > bootnode.log 2>&1 & GDEX=../build/bin/gdex |