Skip to content

Commit

Permalink
Set FEATURE_SERVER_OPTS to '' if it's unbound
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Aug 1, 2024
1 parent aee03d2 commit 76052dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/performance-tests-kevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76052dc

Please sign in to comment.