summaryrefslogtreecommitdiff
path: root/src/internal/testenv/exec.go
Commit message (Expand)AuthorAgeFilesLines
* internal/testenv: reduce init-time work for MustHaveExecBryan C. Mills2023-05-051-20/+15
* internal/testenv: remove HasExec and simplify other support checks againBryan C. Mills2023-05-041-22/+17
* internal/testenv: actually try to exec on ios and wasmBryan C. Mills2023-04-241-1/+1
* internal/testenv: in HasExec, try to actually exec on ios and wasm platformsBryan C. Mills2023-04-221-1/+55
* internal: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-071-1/+1
* internal/testenv: adjust timeout calculations in CommandContextBryan C. Mills2022-11-011-37/+39
* internal/testenv: move helpers related to os/exec to a separate fileBryan C. Mills2022-11-011-0/+173