Skip to content

Commit 230ccab

Browse files
committed
TEST: Forward second parameter to eos_grpc test
1 parent 3b7dd9d commit 230ccab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/eos-grpc-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x #echo on
44
prefix=$1
55
prefix=${prefix%/}
66
host=${2-"localhost"}
7-
grpc_port=%{3-"50051"}
7+
grpc_port=${3-"50051"}
88
grpc_endpoint="${host}:${grpc_port}"
99
url=root://$host
1010

test/eos-instance-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ eos_acl_concurrent() {
475475
}
476476

477477
eos_grpc() {
478-
echo eos-grpc-test $1 ; eval eos-grpc-test $1 >> $EOSCERTLOG 2>&1
478+
echo eos-grpc-test $1 $2; eval eos-grpc-test $1 $2 >> $EOSCERTLOG 2>&1
479479
}
480480

481481
eos_token() {

0 commit comments

Comments
 (0)