Skip to content

Commit 76052dc

Browse files
committed
Set FEATURE_SERVER_OPTS to '' if it's unbound
1 parent aee03d2 commit 76052dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/performance-tests-kevm.sh

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ feature_shell "cd kevm-pyk && poetry run pytest src/tests/integration/test_prove
107107
mkdir -p $SCRIPT_DIR/logs
108108

109109
# use special options if given, but restore KORE_RPC_OPTS afterwards
110+
FEATURE_SERVER_OPTS=${FEATURE_SERVER_OPTS:-''}
110111
if [ ! -z "${FEATURE_SERVER_OPTS}" ]; then
111112
echo "Using special options '${FEATURE_SERVER_OPTS}' via KORE_RPC_OPTS"
112113
if [ ! -z "${KORE_RPC_OPTS:-}" ]; then

0 commit comments

Comments
 (0)