Skip to content

Commit

Permalink
*: add buildtag for ddltest (pingcap#41027)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored and ghazalfamilyusa committed Feb 6, 2023
1 parent 8eb4874 commit 5c4aa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ explaintest: server_check
@cd cmd/explaintest && ./run-tests.sh -s ../../bin/tidb-server

ddltest:
@cd cmd/ddltest && $(GO) test -o ../../bin/ddltest -c
@cd cmd/ddltest && $(GO) test --tags=deadllock,intest -o ../../bin/ddltest -c

CLEAN_UT_BINARY := find . -name '*.test.bin'| xargs rm

Expand Down

0 comments on commit 5c4aa22

Please sign in to comment.