Skip to content

Commit

Permalink
workaround for bazel test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhexuany committed Jun 26, 2017
1 parent bd0aed2 commit 5ac15c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/root/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,6 @@ bazel-test:
bazel test //ddl/...
bazel test //terror/... //ast/... //infoschema/... //parser/... //statistics/... --test_output=errors
bazel test //domain/... //inspectkv/... //perfschema/... //store/... //util/... --test_output=errors
bazel test //cmd/... //kv/... //plan/... //structure/... //context/... //expression/... --test_output=errors
bazel test //cmd/... //kv/... //structure/... //context/... //expression/... --test_output=errors
bazel test //meta/... //privilege/... //table/... //model/... //server/... //tablecodec/... --test_output=errors
cd plan & go test

0 comments on commit 5ac15c3

Please sign in to comment.