From 2729d1830ed65ecc466ad98c3987dd52bf445b57 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Wed, 20 Mar 2024 12:38:09 +0800 Subject: [PATCH] cerc_remote_debug=false --- scripts/integration-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/integration-setup.sh b/scripts/integration-setup.sh index db776fe..b4ee9d7 100755 --- a/scripts/integration-setup.sh +++ b/scripts/integration-setup.sh @@ -14,6 +14,8 @@ export CERC_REPO_BASE_DIR="${CERC_REPO_BASE_DIR:-$(git rev-parse --show-toplevel # v5 migrations only go up to version 18 echo CERC_STATEDIFF_DB_GOOSE_MIN_VER=18 >> $CONFIG_DIR/stack.env +# don't run plugeth in the debugger +echo CERC_REMOTE_DEBUG=false >> $CONFIG_DIR/stack.env set -x