aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-13 19:07:32 +0800
committerchriseth <chris@ethereum.org>2018-12-13 19:07:32 +0800
commit02a8e5d4e999f0e3610e124c74b7b1492852fbe0 (patch)
tree3a2d36708316b38b0319141e266a2fe52f494510 /scripts
parent642c69f935c41d70f0dcfb0e89fcf3e626f7b38f (diff)
downloaddexon-solidity-02a8e5d4e999f0e3610e124c74b7b1492852fbe0.tar.gz
dexon-solidity-02a8e5d4e999f0e3610e124c74b7b1492852fbe0.tar.zst
dexon-solidity-02a8e5d4e999f0e3610e124c74b7b1492852fbe0.zip
Update to use memorydb for aleth.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh
index 1a8a32cf..8a7a2fdc 100755
--- a/scripts/tests.sh
+++ b/scripts/tests.sh
@@ -149,7 +149,7 @@ function download_aleth()
# echos the PID
function run_aleth()
{
- $ALETH_PATH --test -d "${WORKDIR}" >/dev/null 2>&1 &
+ $ALETH_PATH --db memorydb --test -d "${WORKDIR}" >/dev/null 2>&1 &
echo $!
# Wait until the IPC endpoint is available.
while [ ! -S "${WORKDIR}/geth.ipc" ] ; do sleep 1; done