From 198549147e77c31797481b6ee88859b005de9ab5 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 1 May 2026 17:57:02 +0100 Subject: [PATCH] test(release): run doctor fix in setup-entry e2e --- scripts/e2e/lib/bundled-channel/setup-entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e/lib/bundled-channel/setup-entry.sh b/scripts/e2e/lib/bundled-channel/setup-entry.sh index 9529052a6bf..cc8a8ec1189 100644 --- a/scripts/e2e/lib/bundled-channel/setup-entry.sh +++ b/scripts/e2e/lib/bundled-channel/setup-entry.sh @@ -54,7 +54,7 @@ bundled_channel_assert_staged_dep whatsapp @whiskeysockets/baileys echo "Configuring setup-entry channels; doctor should now install bundled runtime deps externally..." bundled_channel_write_config setup-entry-channels -openclaw doctor --non-interactive >/tmp/openclaw-setup-entry-doctor.log 2>&1 +openclaw doctor --fix --non-interactive >/tmp/openclaw-setup-entry-doctor.log 2>&1 for channel in "${!SETUP_ENTRY_DEP_SENTINELS[@]}"; do dep_sentinel="${SETUP_ENTRY_DEP_SENTINELS[$channel]}"