We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee03d2 commit 76052dcCopy full SHA for 76052dc
scripts/performance-tests-kevm.sh
@@ -107,6 +107,7 @@ feature_shell "cd kevm-pyk && poetry run pytest src/tests/integration/test_prove
107
mkdir -p $SCRIPT_DIR/logs
108
109
# use special options if given, but restore KORE_RPC_OPTS afterwards
110
+FEATURE_SERVER_OPTS=${FEATURE_SERVER_OPTS:-''}
111
if [ ! -z "${FEATURE_SERVER_OPTS}" ]; then
112
echo "Using special options '${FEATURE_SERVER_OPTS}' via KORE_RPC_OPTS"
113
if [ ! -z "${KORE_RPC_OPTS:-}" ]; then
0 commit comments