Skip to content

Commit 8374063

Browse files
local test runner
1 parent 69428a4 commit 8374063

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

e2e-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before running, ensure you have:
2424

2525
```bash
2626
# Install tools via Homebrew
27-
brew install podman jq rsync openshift-cli bc
27+
brew install podman jq rsync openshift-cli
2828

2929
# Install HashiCorp Vault (requires tap)
3030
brew tap hashicorp/tap

e2e-tests/local-run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ fi
5757
if [[ -n "$MISSING_CMDS" ]]; then
5858
log::error "Missing required commands:$MISSING_CMDS"
5959
log::info " Install missing tools:"
60-
log::info " brew install podman jq rsync openshift-cli bc"
60+
log::info " brew install podman jq rsync openshift-cli"
61+
log::info " (bc is pre-installed on macOS, install via 'brew install bc' if missing)"
6162
log::info " brew tap hashicorp/tap && brew install hashicorp/tap/vault"
6263
fi
6364

0 commit comments

Comments
 (0)