Open WinkelCode opened 1 week ago
The seems the case, if you compare this: https://github.com/go-task/task/blob/6645a1f34ccc8f9305e137ded2a6493f05543f7d/internal/compiler/compiler.go#L157
to that: https://github.com/go-task/task/blob/6645a1f34ccc8f9305e137ded2a6493f05543f7d/task.go#L388
Perhaps it's reasonable to add PosixOpts
and BashOpts
to the call at line 157?
When
pipefail
is enabled, the task command fails, but theTESTVAR
expansion does not.