From 2d97500e64a011713ca99102b4dfd3788300b18f Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 12 Apr 2017 14:13:30 -0700 Subject: [PATCH] test: do not ignore 'tools/benchmark/cmd' Signed-off-by: Gyu-Ho Lee --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 0ac454c55..3258fdd90 100755 --- a/test +++ b/test @@ -27,7 +27,7 @@ fi COVER=${COVER:-"-cover"} # Hack: gofmt ./ will recursively check the .git directory. So use *.go for gofmt. -IGNORE_PKGS="(cmd|vendor|etcdserverpb|rafttest|gopath.proto|v3lockpb|v3electionpb)" +IGNORE_PKGS="(cmd/|etcdserverpb|rafttest|gopath.proto|v3lockpb|v3electionpb)" INTEGRATION_PKGS="(integration|e2e|contrib|functional-tester)" # all github.com/coreos/etcd/whatever pkgs that are not auto-generated / tools