Skip to content

Commit 985e1ba

Browse files
committed
Remove new output tests.
1 parent d7bba04 commit 985e1ba

File tree

7 files changed

+0
-178
lines changed

7 files changed

+0
-178
lines changed

executor_test.go

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77
"fmt"
88
"os"
99
"path/filepath"
10-
"runtime"
1110
"testing"
1211

1312
"github.com/sebdah/goldie/v2"
@@ -989,38 +988,3 @@ func TestIncludeChecksum(t *testing.T) {
989988
WithFixtureTemplating(),
990989
)
991990
}
992-
993-
//nolint:paralleltest // These tests use signals and cannot run in parallel.
994-
func TestOutput(t *testing.T) {
995-
if runtime.GOOS == "darwin" {
996-
t.Skip() // Scripts used in this test do not operate correctly on MacOS.
997-
}
998-
const dir = "testdata/output"
999-
NewExecutorTest(t,
1000-
WithName("interleaved"),
1001-
WithExecutorOptions(
1002-
task.WithDir(dir),
1003-
task.WithOutputStyle(ast.Output{Name: "interleaved"}),
1004-
task.WithSilent(true),
1005-
),
1006-
WithFixtureTemplating(),
1007-
)
1008-
NewExecutorTest(t,
1009-
WithName("group"),
1010-
WithExecutorOptions(
1011-
task.WithDir(dir),
1012-
task.WithOutputStyle(ast.Output{Name: "group"}),
1013-
task.WithSilent(true),
1014-
),
1015-
WithFixtureTemplating(),
1016-
)
1017-
NewExecutorTest(t,
1018-
WithName("prefixed"),
1019-
WithExecutorOptions(
1020-
task.WithDir(dir),
1021-
task.WithOutputStyle(ast.Output{Name: "prefixed"}),
1022-
task.WithSilent(true),
1023-
),
1024-
WithFixtureTemplating(),
1025-
)
1026-
}

testdata/output/Taskfile.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

testdata/output/ping.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

testdata/output/pong.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

testdata/output/testdata/TestOutput-group.golden

Lines changed: 0 additions & 20 deletions
This file was deleted.

testdata/output/testdata/TestOutput-interleaved.golden

Lines changed: 0 additions & 20 deletions
This file was deleted.

testdata/output/testdata/TestOutput-prefixed.golden

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)