Namespace suite flag `m` to `testify.m`

pull/357/head
Ernesto Jiménez 2016-09-24 19:52:00 +01:00
parent dfaf6b82bc
commit bfe70f3776
1 changed files with 1 additions and 1 deletions

View File

@ -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.