mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #89139 from chendave/flags
Respect flags of testing package
This commit is contained in:
commit
1aa64b25a5
@ -17,11 +17,13 @@ limitations under the License.
|
||||
package benchmark
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"testing"
|
||||
|
||||
"k8s.io/kubernetes/test/integration/framework"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
flag.Parse()
|
||||
framework.EtcdMain(m.Run)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user