Skip to content

Commit

Permalink
Pass Subtests option to gotests package.
Browse files Browse the repository at this point in the history
  • Loading branch information
cweill authored Nov 7, 2016
1 parent 48d5592 commit 7c6df63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gotests/process/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func parseOptions(out io.Writer, opt *Options) *gotests.Options {
Exclude: exclRE,
Exported: opt.ExportedFuncs,
PrintInputs: opt.PrintInputs,
Subtests: opt.Subtests,
}
}

Expand Down

0 comments on commit 7c6df63

Please sign in to comment.