mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
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:
parent
45a1266abe
commit
463b8398f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue