Skip to content

Commit

Permalink
Revert "cmd/geth: test for logging-output (ethereum#28373)"
Browse files Browse the repository at this point in the history
This reverts commit 6a1deae.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent 203bd00 commit 3425d83
Show file tree
Hide file tree
Showing 10 changed files with 149 additions and 445 deletions.
3 changes: 0 additions & 3 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,6 @@ func doTest(cmdline []string) {
// Enable CKZG backend in CI.
gotest.Args = append(gotest.Args, "-tags=ckzg")

// Enable integration-tests
gotest.Args = append(gotest.Args, "-tags=integrationtests")

// Test a single package at a time. CI builders are slow
// and some tests run into timeouts under load.
gotest.Args = append(gotest.Args, "-p", "1")
Expand Down
185 changes: 0 additions & 185 deletions cmd/geth/logging_test.go

This file was deleted.

134 changes: 0 additions & 134 deletions cmd/geth/logtestcmd_active.go

This file was deleted.

23 changes: 0 additions & 23 deletions cmd/geth/logtestcmd_inactive.go

This file was deleted.

3 changes: 0 additions & 3 deletions cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ func init() {
// See verkle.go
verkleCommand,
}
if logTestCommand != nil {
app.Commands = append(app.Commands, logTestCommand)
}
sort.Sort(cli.CommandsByName(app.Commands))

app.Flags = flags.Merge(
Expand Down
Loading

0 comments on commit 3425d83

Please sign in to comment.