mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-12 06:00:25 +00:00
**Why:** bash test/run.sh fails immediately with 2 errors in test_common_source() because sprite/lib/common.sh was deleted when sprite was converted to TypeScript (PR #1692). The entire shell test suite was unusable as a result (0 tests could run). Changes: - Replace _test_sprite_functions_and_syntax/_test_sprite_log_and_name/ _test_sprite_remote_source with equivalents that source shared/common.sh directly (the actual shared library) - Remove the per-script integration test loop for sprite scripts since they depend on the deleted lib/common.sh - Update header comment to reflect current test scope Result: 54 tests pass, 0 fail (was: 2 hard failures + hang). Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fixtures | ||
| e2e.sh | ||
| macos-compat.sh | ||
| mock-curl-script.sh | ||
| mock.sh | ||
| qa-dry-run.sh | ||
| record.sh | ||
| run.sh | ||
| test-sandbox.sh | ||
| update-readme.py | ||