Skip to content

Commit

Permalink
chore: remove leftover debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed May 6, 2024
1 parent 5891a1c commit 4c721c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/helpers/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ func ParseGoTestFlags(testRunner func(t *testing.T), testSuiteToRun []func(t *te
os.Exit(1)
}

fmt.Printf("test.run: %s\n", fRun.Value.String())

// Hack - set test.run flag to the name of the test function that runs the test suite
// to execute it with tests that are returned from this function.
// They are explicitly passed to RunTestSuite(...) as an argument.
Expand All @@ -87,8 +85,6 @@ func ParseGoTestFlags(testRunner func(t *testing.T), testSuiteToRun []func(t *te

fmt.Printf("test.run: %s\n", fRun.Value.String())

// os.Exit(0)

return testSuiteToRun
}

Expand Down

0 comments on commit 4c721c8

Please sign in to comment.