From 76052dc8ac00a8849e93d1de8df5b51ba339f712 Mon Sep 17 00:00:00 2001 From: Georgy Lukyanov Date: Thu, 1 Aug 2024 17:32:00 +0200 Subject: [PATCH] Set FEATURE_SERVER_OPTS to '' if it's unbound --- scripts/performance-tests-kevm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/performance-tests-kevm.sh b/scripts/performance-tests-kevm.sh index 2ca4ec2df30..e0f2c27563e 100755 --- a/scripts/performance-tests-kevm.sh +++ b/scripts/performance-tests-kevm.sh @@ -107,6 +107,7 @@ feature_shell "cd kevm-pyk && poetry run pytest src/tests/integration/test_prove mkdir -p $SCRIPT_DIR/logs # use special options if given, but restore KORE_RPC_OPTS afterwards +FEATURE_SERVER_OPTS=${FEATURE_SERVER_OPTS:-''} if [ ! -z "${FEATURE_SERVER_OPTS}" ]; then echo "Using special options '${FEATURE_SERVER_OPTS}' via KORE_RPC_OPTS" if [ ! -z "${KORE_RPC_OPTS:-}" ]; then