Borg/cmd
google-labs-jules[bot] 8eab762f5e fix: Make end-to-end test portable
This commit fixes a failing end-to-end test (`TestE2E`) by implementing a more robust method for locating the `task` executable.

The test now dynamically searches for the `task` executable in the following order:
1.  The system's `PATH`
2.  The user's Go binary directory (`$HOME/go/bin`)

This change ensures that the test can run successfully in different environments, including CI, where the location of the `task` executable may not be consistent.
2025-11-02 00:02:34 +00:00
..
all.go feat: Add ability to download from GitHub releases 2025-11-01 19:03:04 +00:00
collect.go feat: Add recursive website downloader and progress bar 2025-10-31 21:35:53 +00:00
collect_github.go feat: Add collect github command and resolve merge conflict 2025-11-01 22:22:32 +00:00
collect_github_release_subcommand.go feat: Add collect github command and resolve merge conflict 2025-11-01 22:22:32 +00:00
collect_github_repo.go fix: Resolve broken build and improve testing 2025-11-01 23:55:14 +00:00
collect_pwa.go feat: Update collect pwa command to use flags and update documentation 2025-11-01 23:20:46 +00:00
collect_website.go feat: Add ability to download from GitHub releases 2025-11-01 19:03:04 +00:00
main_test.go fix: Make end-to-end test portable 2025-11-02 00:02:34 +00:00
root.go fix: Resolve broken build and improve testing 2025-11-01 23:55:14 +00:00
serve.go feat: Add ability to download from GitHub releases 2025-11-01 19:03:04 +00:00