fix: add ai-review.sh to bash -n syntax check list in e2e-lib.sh (#3005)

ai-review.sh is sourced by e2e.sh but was missing from the bash -n
syntax check loop in sh/test/e2e-lib.sh. This means syntax errors in
ai-review.sh would not be caught by the test harness.

Co-authored-by: spawn-qa-bot <qa@openrouter.ai>
Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
A 2026-03-26 03:12:07 -07:00 committed by GitHub
parent 45a1266abe
commit 463b8398f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -458,6 +458,7 @@ for script in \
"${REPO_ROOT}/sh/e2e/lib/teardown.sh" \
"${REPO_ROOT}/sh/e2e/lib/soak.sh" \
"${REPO_ROOT}/sh/e2e/lib/interactive.sh" \
"${REPO_ROOT}/sh/e2e/lib/ai-review.sh" \
"${REPO_ROOT}/sh/e2e/lib/clouds/aws.sh" \
"${REPO_ROOT}/sh/e2e/lib/clouds/digitalocean.sh" \
"${REPO_ROOT}/sh/e2e/lib/clouds/gcp.sh" \