diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-10-02 13:44:20 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-10-03 11:22:29 +0800 |
commit | 14336500ee38c2bc0b61a7133335df593aba4a46 (patch) | |
tree | 79a621d8c793da30330c658c95f3795185e75612 /test/run_test.sh | |
parent | 06593b0859becced6dd5441e4b3c0680f0a075b1 (diff) | |
download | go-tangerine-w-ci.tar go-tangerine-w-ci.tar.gz go-tangerine-w-ci.tar.bz2 go-tangerine-w-ci.tar.lz go-tangerine-w-ci.tar.xz go-tangerine-w-ci.tar.zst go-tangerine-w-ci.zip |
build: ci: fix testsw-ci
Diffstat (limited to 'test/run_test.sh')
-rwxr-xr-x | test/run_test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run_test.sh b/test/run_test.sh index 181f8b755..02129050f 100755 --- a/test/run_test.sh +++ b/test/run_test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash cd "$(dirname "$0")" @@ -104,7 +104,7 @@ for i in $(seq 0 $(($NUM_NODES - 1))); do $GDEX \ ${BOOTNODE_FLAGS} \ --bp \ - --verbosity=4 \ + --verbosity=3 \ --nat=none \ --gcmode=archive \ --datadir=$datadir --nodekey=keystore/test$i.key \ |