diff --git a/task_test.go b/task_test.go index bfd3c554..8b6a005e 100644 --- a/task_test.go +++ b/task_test.go @@ -2500,6 +2500,8 @@ func TestForDeps(t *testing.T) { Stderr: &buff, Silent: true, Force: true, + // Force output of each dep to be grouped together to prevent interleaving + OutputStyle: ast.Output{Name: "group"}, } require.NoError(t, e.Setup()) require.NoError(t, e.Run(context.Background(), &ast.Call{Task: test.name}))