test(harness): local-ornith was missing from the all suite

Added to the case dispatch when it was written, and not to `all` — so the
newest backend, and the only one that runs on hardware we own, was excluded from
the one run that claims to check everything. A scenario nobody runs is a
scenario that does not exist.

Co-Authored-By: Claude Opus 5 <[email protected]>
This commit is contained in:
Omar Sobh
2026-08-09 15:09:38 -07:00
co-authored by Claude Opus 5
parent c66c3c6377
commit e7b412d578
+1
View File
@@ -1531,6 +1531,7 @@ case "${1:-all}" in
run_scenario security "$(echo "$SECURITY_BODY" | tr -d '\n')" assert_security run_scenario security "$(echo "$SECURITY_BODY" | tr -d '\n')" assert_security
run_scenario refactor "$(echo "$REFACTOR_BODY" | tr -d '\n')" assert_refactor run_scenario refactor "$(echo "$REFACTOR_BODY" | tr -d '\n')" assert_refactor
run_scenario composed "$(echo "$COMPOSED_BODY" | tr -d '\n')" assert_composed run_scenario composed "$(echo "$COMPOSED_BODY" | tr -d '\n')" assert_composed
run_scenario local-ornith "$(echo "$LOCAL_BODY" | tr -d '\n')" assert_local
scenario_roster scenario_roster
scenario_capacity scenario_capacity
scenario_drain_midmission scenario_drain_midmission