From d3e0eca00b8bf09b491b7404004dbc67e3eb904d Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 2 Oct 2019 13:44:20 +0800 Subject: build: ci: fix tests --- test/run_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 \ -- cgit v1.2.3