From fbafc5eb17f87122ce369ffa2d627eca230e0f3f Mon Sep 17 00:00:00 2001 From: Varun Doshi Date: Wed, 18 Mar 2026 19:25:05 +0530 Subject: [PATCH] fix: caff node batcher addr monitor test --- regression-test.bash | 3 +-- test-node.bash | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/regression-test.bash b/regression-test.bash index a3524f19..ed32cf82 100755 --- a/regression-test.bash +++ b/regression-test.bash @@ -7,7 +7,6 @@ cd "$(dirname "$0")" cd regression-tests scripts=$(find . -maxdepth 1 -name '*.bash' \ ! -name 'common.bash' \ - ! -name 'caff-node-batcher-addr-monitor.bash' \ | sort) for script in $scripts; do @@ -31,4 +30,4 @@ done cd .. echo "All regression tests completed successfully!" -docker compose down --remove-orphans +docker compose down --remove-orphans \ No newline at end of file diff --git a/test-node.bash b/test-node.bash index 4e8873ee..6964b0ae 100755 --- a/test-node.bash +++ b/test-node.bash @@ -12,7 +12,7 @@ BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.1.0-0e716c8 DEFAULT_NITRO_CONTRACTS_VERSION="v3.1.0" DEFAULT_TOKEN_BRIDGE_VERSION="v1.2.2" -ESPRESSO_DEFAULT_VERSION=ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:v3.9.2-e8d0468 +ESPRESSO_DEFAULT_VERSION=ghcr.io/espressosystems/nitro-espresso-integration/nitro-node:vd-fix-batcher-test : ${ESPRESSO_VERSION:=$ESPRESSO_DEFAULT_VERSION} # Set default versions if not overriden by provided env vars