Borg/cmd
google-labs-jules[bot] 2fa52bc8b4 fix: Address various issues in compile, run, and matrix tests
This commit addresses three separate issues:

1.  **cmd/compile.go**: The `Borgfile` parsing now returns an error for
    unknown instructions instead of silently ignoring them.
2.  **cmd/run_test.go**: The `execCommand` mock is now properly cleaned
    up after the test, preventing it from leaking into other tests.
3.  **pkg/matrix/matrix_test.go**: The EOF check in the tar reader loop
    now uses a direct error comparison (`io.EOF`) instead of a string
    comparison.
2025-11-13 19:56:13 +00:00
..
all.go feat: Improve test coverage and refactor for testability 2025-11-03 19:34:36 +00:00
all_test.go feat: Improve test coverage and refactor for testability 2025-11-03 19:34:36 +00:00
collect.go feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
collect_github.go feat: Improve test coverage and refactor for testability 2025-11-03 19:34:36 +00:00
collect_github_release_subcommand.go feat: Bug fixes and refactoring 2025-11-03 20:14:47 +00:00
collect_github_release_subcommand_test.go feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
collect_github_repo.go feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
collect_github_repo_test.go feat: Improve test coverage and refactor for testability 2025-11-03 19:34:36 +00:00
collect_github_repos.go feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
collect_pwa.go feat: Improve test coverage and refactor for testability 2025-11-03 19:34:36 +00:00
collect_pwa_test.go feat: Improve test coverage and refactor for testability 2025-11-03 19:34:36 +00:00
collect_website.go feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
collect_website_test.go feat: Improve test coverage and refactor for testability 2025-11-03 19:34:36 +00:00
compile.go fix: Address various issues in compile, run, and matrix tests 2025-11-13 19:56:13 +00:00
compile_test.go feat: Add compile and run commands for RUNC matrices 2025-11-13 19:21:35 +00:00
exec.go feat: Add compile and run commands for RUNC matrices 2025-11-13 19:16:12 +00:00
main_test.go feat: Add compile and run commands for RUNC matrices 2025-11-13 19:16:12 +00:00
root.go feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
root_test.go feat: Add compile and run commands for RUNC matrices 2025-11-13 19:16:12 +00:00
run.go feat: Add compile and run commands for RUNC matrices 2025-11-13 19:16:12 +00:00
run_test.go fix: Address various issues in compile, run, and matrix tests 2025-11-13 19:56:13 +00:00
serve.go feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00