Skip to content

Commit

Permalink
Merge pull request stretchr#357 from stretchr/issue-330
Browse files Browse the repository at this point in the history
Namespace suite flag `m` to `testify.m`
  • Loading branch information
ernesto-jimenez committed Sep 24, 2016
2 parents dfaf6b8 + bfe70f3 commit 20e531e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/stretchr/testify/require"
)

var matchMethod = flag.String("m", "", "regular expression to select tests of the suite to run")
var matchMethod = flag.String("testify.m", "", "regular expression to select tests of the testify suite to run")

// Suite is a basic testing suite with methods for storing and
// retrieving the current *testing.T context.
Expand Down

0 comments on commit 20e531e

Please sign in to comment.