Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Add a little bit of debugging on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sargun committed May 1, 2018
1 parent 904871d commit 6e864e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executor/mock/standalone/standalone_test.go
Expand Up @@ -104,6 +104,7 @@ func makeTestParallel(f func(*testing.T)) func(*testing.T) {
func wrapTestStandalone(testName string, f func(*testing.T)) func(*testing.T) {
return func(t *testing.T) {
// TODO: Add logic to pull in config.flags, and docker.flags
t.Logf("What we think os.Args is: %v", os.Args)
var standalone bool
flagSet := flag.NewFlagSet(testName, flag.PanicOnError)
flagSet.BoolVar(&standalone, "standalone", false, "Enable standalone tests")
Expand Down

0 comments on commit 6e864e4

Please sign in to comment.