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. |
||
|---|---|---|
| .. | ||
| all.go | ||
| collect.go | ||
| collect_github.go | ||
| collect_github_release_subcommand.go | ||
| collect_github_repo.go | ||
| collect_pwa.go | ||
| collect_website.go | ||
| main_test.go | ||
| root.go | ||
| serve.go | ||